[python-win32] import win32traceutil - stopped working, any lights ?

2009-02-25 Thread Boris Borcic
) 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

Re: [python-win32] import win32traceutil - stopped working, any lights ?

2009-02-26 Thread Boris Borcic
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

[python-win32] windows text rendering question

2007-01-23 Thread Boris Borcic
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

Re: [python-win32] windows text rendering question

2007-01-24 Thread Boris Borcic
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). >>