|
|
1
3
您正在查找的教程位于 Python Programming On Win32 这本书是马克·哈蒙德和安迪·罗宾逊写的。有点旧,COM对象创建信息分布在一些章节中。 simple COM server using Python ,可以给你一个快速的开始。 |
|
|
2
2
还有 comtypes ,它允许访问和实现自定义接口。关于 codeproject |
|
|
3
1
你也应该检查一下 Advance COM gimel提到的Win32上Python编程的免费章节。 |