Python and COM?

Bill Tutt billtut at microsoft.com
Mon Jul 12 21:42:00 EDT 1999


> From: htrd90 at zepler.org [mailto:htrd90 at zepler.org]
> 
> 
> Bill Tutt <billtut at microsoft.com> wrote:
> 
> (posted an cc'ed to bill)
> 
> >(As an added bonus, this should actually work)
> >The only GUID from interp.py is the coclass one. Every other 
> GUID was just
> >generated.
> 
> I _think_ the python code would also need to be changed to allow
> QueryInterface for the IID of that dispinterface.
> 

Nope. Dispinterfaces are wierd in that they only tell you whats available
via the IDispatch interface. You have to do a QI for IDispatch, not the
dispinterface.

Bill




More information about the Python-list mailing list