Utilizing a raw IDispatch Pointer from Python

Brad Johnson Brad.Johnson at ballardtech.com
Mon Jul 30 18:44:23 EDT 2007


I have a C++ application that creates a collection of COM objects.

I would like to give the Python interpreter access to these interfaces that were
created in C++ land.

Stated another way, how can I have Python consume a IDispatch pointer from C++
and wrap it with one of those nice Python classes automatically?

Thanks in advance.




More information about the Python-list mailing list