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