Python COM

Diez B. Roggisch deets at nospam.web.de
Tue Jul 29 03:35:41 EDT 2008


birdprince at gmail.com schrieb:
> I have implemented a COM in C++,buy i don't know how to use this COM
> in python.
> For example: the COM's ProgID is "MyCOM1.AdvMethod".this COM have two
> interfaces,the default interface's name is IAdvMethod,the second
> interface's name is IBasicMethod.
> How do i use those interfaces in python.Thank you very much,please
> answer my question in code.

http://starship.python.net/crew/theller/comtypes/


Diez



More information about the Python-list mailing list