有 python3 版本的 win32com 吗?
Is there a python3 version of win32com?
是否有 python3 版本的 win32com 模块?
我是 运行 python 3.4.4,我尝试安装 win32com 模块,但它是用 python2 语法编写的。
所以我想我会自己整理语法,但事实证明这是一项我无法完成的任务。
line 2403, in convert_optional_data_files
RuntimeError, details
NameError: name 'details' is not defined
长话短说:有 python3 win32com 吗?
如果您正在寻找 Win32 绑定,您可以在这两个项目中的任何一个中找到它们。
http://docs.activestate.com/activepython/3.4/whatsincluded.html
http://sourceforge.net/projects/pywin32/files/pywin32/Build%20220
Python
对应版本一定要下载对应的x86或者x86-64版本
是否有 python3 版本的 win32com 模块?
我是 运行 python 3.4.4,我尝试安装 win32com 模块,但它是用 python2 语法编写的。
所以我想我会自己整理语法,但事实证明这是一项我无法完成的任务。
line 2403, in convert_optional_data_files
RuntimeError, details
NameError: name 'details' is not defined
长话短说:有 python3 win32com 吗?
如果您正在寻找 Win32 绑定,您可以在这两个项目中的任何一个中找到它们。
http://docs.activestate.com/activepython/3.4/whatsincluded.html
http://sourceforge.net/projects/pywin32/files/pywin32/Build%20220
Python
对应版本一定要下载对应的x86或者x86-64版本