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
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