Python and COM?
Bill Tutt
billtut at microsoft.com
Mon Jul 12 21:42:00 EDT 1999
More information about the Python-list mailing list
Mon Jul 12 21:42:00 EDT 1999
- Previous message (by thread): Python and COM?
- Next message (by thread): Python and COM (long)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): Python and COM?
- Next message (by thread): Python and COM (long)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list