Re: [python-win32] Trying to implement an third-party interface in COM for events

2009-04-13 Thread Mark Hammond
On 11/04/2009 4:26 AM, Kapil fadnis wrote: I think this has been talked about on a previous thread but its an old thread here but I am hoping to get some feedback that will help me understand the issue, http://mail.python.org/pipermail/python-win32/2006-September/005044.html I have an interfac

Re: [python-win32] Trying to implement an third-party interface in COM for events

2009-04-13 Thread Kapil fadnis
Quick follow-up question, you mention threading in the post and how it might hinder some of the messaging. Could this be a potential problem since in the C# or MFC application there is essentially a mainloop which is a perpetual loop ? There is no such thing in the implementation below, and thus do

Re: [python-win32] Trying to implement an third-party interface in COM for events

2009-04-13 Thread Kapil fadnis
Thanks Mark. It did not make a difference. Also, when i wrap a class using win32.server.util.wrap what does it do,internally ? Is there somewhere I can read about this ? Here is the *.py generated file. Please let me know if the implementation is correct based on this file.