未定义名称“ pythoncom”

时间:2018-06-20 13:22:31

标签: python com

我已阅读this并从this place安装了pywin32,包括Python27和Python36。

但是我得到了错误。我不知道为什么我尝试了Python27和Python36。错误是相同的。

enter image description here

更详细地说,我将示例代码放在下面:

 import win32com.client
 from win32com.client import constants, DispatchBaseClass, CastTo, VARIANT
 import sys

 mode = win32com.client.VARIANT(pythoncom.VT_BSTR | pythoncom.VT_BYREF, "")

删除旧Python后的结果,重新安装了ActivePython 3.6和pywin32com软件包。屏幕截图如下:

enter image description here

是否有不需要使用pythoncom的解决方法?

0 个答案:

没有答案