Python and COM without Automation (Dispatch)

Toby Dickenson mbel44 at dial.pipex.net
Tue Apr 4 02:18:58 EDT 2000


Vespe Savikko <vespe at cs.tut.fi> wrote:
>
>PythonCOM works very well with COM objects that implement IDispatch
>interface. However, I have a number of COM objects that do not
>implement IDispatch and I would like to use them from Python as well.

Unless those are dual interfaces.... pythoncom can happily use the
IDispatch part of a dual interface. (appologies if that's obvious)


Toby Dickenson
tdickenson at geminidataloggers.com



More information about the Python-list mailing list