) mistake ?
Thanks in advance for any help,
Boris Borcic
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Mark Hammond wrote:
On 26/02/2009 3:56 AM, Boris Borcic wrote:
Hello,
I just moved a python ISAPI between servers, the code works fine except
that "import win32traceutil" doesn't work any more for the ISAPI.
...
Any idea for rectifying this would be welcome.
Pythonwin version
simple - with Tkinter or otherwise - way to wrap access to the MS
Windows UI text rendering engine, as a function that would return a picture of
rendered text, given a string, a font, a size and colors ?
And ideally, without interfering with screen contents ?
Thanks in advance for an
Tim Roberts wrote:
> Boris Borcic wrote:
>> I am trying to use UI Automation to drive an MS Windows app with pywinauto.
>>
>> I need to scrape the app's window contents and use some form of OCR to get at
>> the texts (pywinauto can't get at them).
>>