How to script an OLE component using Python

前端 未结 5 1063
無奈伤痛
無奈伤痛 2020-12-10 05:39

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

5条回答
  •  伪装坚强ぢ
    2020-12-10 06:20

    PythonWin (http://sourceforge.net/projects/pywin32/), bundled with python-win32, comes with its own COM browser as part of its shell and debugging environment.

提交回复
热议问题