Re: [python-win32] Handling COM events in a python thread

2008-09-05 Thread Tim Golden
Ujjaval Suthar wrote: Hi all, I have a COM control which fires a status event called ProcessingDataAvailable(). The COM control has a method call AddData() with some data parameters. Using python, in a simple program, I can instantiate COM object via Dispatch and call AddData() method succe

[python-win32] Handling COM events in a python thread

2008-09-05 Thread Ujjaval Suthar
Hi all, I have a COM control which fires a status event called ProcessingDataAvailable(). The COM control has a method call AddData() with some data parameters. Using python, in a simple program, I can instantiate COM object via Dispatch and call AddData() method successfully. Now, I want to hav