Using Python COM objects from C++

Syver Enstad syver at NOSPAMcyberwatcher.com
Thu Jan 11 03:53:58 EST 2001


I don't know if this has been answered before here but..

I know how to call the python COM object using "pure" IDispatch, but is it
possible to make a type library and ensure that the Python class
implementing the COM complies with it?

The problem would be the dispatch id's as far as I can see. I don't know how
to specify the dispatch id's that the method's in the python object should
have.





More information about the Python-list mailing list