I would like to use Python to script an application that advertises itself as providing an OLE component. How should I get started?
I don\'t yet know what methods I
Please take a look at the python-win32 package, and, in particular, at its win32com API.