Hello,who can help me!
Diez B. Roggisch
deets at nospam.web.de
Tue Jul 22 05:26:47 EDT 2008
birdprince at gmail.com wrote:
> I have implemented a C++ COM,which contains two interface in one
> coclass.
> when i use this COM in python:
> dll=win32com.client.Dispatch("XXXXX")
> then i can only call default interface's method,but can't call non
> default interface's method.
> who can tell me how to call non default interface's method.
> thank you very much!
> you can send the answer to my mailbox:birdprince at hotmail.com
AFAIK win32com only supports IDispatch-based interfaces, not custom
interfaces.
Diez
More information about the Python-list
mailing list