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

2009-02-25 Thread Boris Borcic
, Boris Borcic ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

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). As an alternative to integrating an OCR engine, and since

[python-win32] windows text rendering question

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