Python for Windows Extensions - what does it do?

2020-07-18 05:48发布

Can someone explain what this library does? Apparently, one of the things it does is allow automatic detection of SDKs. No, they don't mention what it does on their website :-(.

标签: python
2条回答
Bombasti
2楼-- · 2020-07-18 06:30

It provides Python bindings for the Win32 API and for COM.

查看更多
可以哭但决不认输i
3楼-- · 2020-07-18 06:31

you can find many examples of use of win32com and other win32 packages in here.
In addition, Tim Golden's win32 How do I? and Mike Driscoll blog are very rich sources for win32 examples.

If you install Activepython you get win32all/pywin bundled and with a collection of docs on the package.

With ActivePython you also get a shell/IDE with tools to inspect and work with com objects

查看更多
登录 后发表回答