PythonCOM arbritrary vtable based interfaces

Mark Hammond mhammond at skippinet.com.au
Fri Feb 15 08:08:38 EST 2002


Sanjay wrote:
> I saw a thread last september stating that this limitation may soon be
> lifted.  Does the latest release of PythonCOM support this feature? 

It supports implementing such interfaces, but not calling them.

> If not, are there any workarounds?  I also saw the suggestion that
> creating your own pyd to wrap the custom interface would be a good
> alternative.  Is this still the best way to go?

For calling interfaces, using SWIG is still the best option - though I 
would much prefer to bite the bullet and see the universal gateway stuff 
extended so that we can call those interfaces. :-)

Mark.




More information about the Python-list mailing list