Re: [python-win32] errors running C++ client against python COM server

2005-10-17 Thread Impert, Nicky P
Mark, thanks for getting back to me. Note, I have since also tried getting a python COM server using package ctypes to connect to a C++ COM client using event handlers and found I could do it with a dispatch interface (dispinterface in idl), but not a custom interface (inherited from IUnknown). C

[python-win32] errors running C++ client against python COM server

2005-10-05 Thread Impert, Nicky P
Greetings. I need a working example of implementing an event handler in a C++ client with a python server. I broke apart the python connect example into a client and server. (i.e. I split C:\Python24\Lib\site-packages\win32com\demos\connect.py into client.py and server.py in some other directory