[python-win32] regmon realtime

2011-02-18 Thread Pwanani Pwanani
Dear All, im trying to write a realtime registry monitor is it possible to do that with win32api ? and if so do you have a sample recipe i can have a look at ? ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailm

Re: [python-win32] FW: python-win32 image fields problem

2011-02-18 Thread Vernon Cole
Dardo: Thanks for the data base you sent me. It allowed me to do a good test of large binary data, and the scenery in the images is beautiful. I assume they are images from the Canary Islands. Also thanks for the VB sample program. Why does anyone use Visual Basic? Python is so much simpler, as y

[python-win32] Automation triggered based on image in window?

2011-02-18 Thread reckoner
I'm trying to do some automation using Python and pywin. Is there a way to trigger when a particular image is shown? In other words, I am trying to get the functionality that is described here: http://www.vtaskstudio.com/images/screenshot_recognition.png and likewise here: http://www.au

Re: [python-win32] How to create a empty com object

2011-02-18 Thread Mark Hammond
[Re-added the python-win32 list - please keep replies on list] On 19/02/2011 12:51 AM, matteo.bosc...@boscolini.eu wrote: with None It dose not work .. In what way doesn't it work? AFAIK, None is the closest thing Python has to Nothing - although you could try setting it to pythoncon.Empty