[python-win32] Help Needed on Handling Events from a Proprietary COM Object

2012-02-28 Thread Darren McElfresh
I’ve read through numerous posts on how to get this to work, but I’ve realized it is time to ask for help.   In general I have a COM object that returns an event handler:     event_source = com_object.newEventSource( arg_data )   I’ve tried establishing the connection points necessary by creating a

Re: [python-win32] Help Needed on Handling Events from a Proprietary COM Object

2012-02-28 Thread Mark Hammond
On 29/02/2012 8:26 AM, Darren McElfresh wrote: I’ve read through numerous posts on how to get this to work, but I’ve realized it is time to ask for help. In general I have a COM object that returns an event handler: /event_source = com_object.newEventSource( arg_data )/ I’ve tried establishing th