"kernel1983" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> 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?
>
Yes, you can do something like
win32com.client.Dis
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?
--
http://mail.python.org/mailman/listinfo/python-list