About Pywin32's invoke

kernel1983 kernel1983 at gmail.com
Wed Oct 24 22:14:05 EDT 2007


By reading the doc of pywin32

we can invoke COM like:

    o = win32com.client.Dispatch("Excel.Application")


but is it possible to invoke some GUID directly?



If COM was going to be invoked by python, must it support IDispatch?




More information about the Python-list mailing list