Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/342.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 可以在windows 8上安装Pywin32吗?_Python_Windows_Windows 8_Python 2.7_Pywin32 - Fatal编程技术网

Python 可以在windows 8上安装Pywin32吗?

Python 可以在windows 8上安装Pywin32吗?,python,windows,windows-8,python-2.7,pywin32,Python,Windows,Windows 8,Python 2.7,Pywin32,我已经尝试过很多次了,但我认为不可能在Windows8上安装pywin32。我总是犯同样的错误 Traceback (most recent call last): File "<string>", line 612, in <module> File "<string>", line 322, in install File "<string>", line 160, in LoadSystemModule ImportError: DLL lo

我已经尝试过很多次了,但我认为不可能在Windows8上安装pywin32。我总是犯同样的错误

Traceback (most recent call last):
File "<string>", line 612, in <module>
File "<string>", line 322, in install
File "<string>", line 160, in LoadSystemModule
ImportError: DLL load failed: The specified module could not be found.
我可以在任何其他windows版本上安装它


可能吗?有人让它工作了吗?

它给了我一个错误,但使用的是pywin32-214.win32-py2.6版本。谢谢。

您遇到了哪一个错误?我已经用error更正了这个问题。请告诉您输入的命令或单击的图标出现了错误,并提供指向您尝试安装的文件的链接。我尝试了pywin32-217.win32-py2.6、pywin32-218.win32-py2.6和pywin32-214.win32-py2.6。我使用的是python2.6,所有其他模块都是ok的pygame、wxpython、PIL、Setuptools等。在Windows8上,它与Python3.3.2和pywin32-218.win32-py3.3配合使用效果很好