python 安装pywin32模块问题
我的python 是python2.7 版本。安装pywin32-217[1].win32-py2.7.exe时 出现Python versin2.7 required, which was not found in the registry. 找不到python的安装路径,又不能手动输入。这时怎么回事?我应该怎么解决?求教! Python ?pywin32
[解决办法]
你装的是64bit的python么?装上32bit的python试试。
[解决办法]
还有人说这样的注册表文件有用(文件的路径要根据你的python安装路径调整):
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Python]
[HKEY_CURRENT_USER\Software\Python\Pythoncore]
[HKEY_CURRENT_USER\Software\Python\Pythoncore\2.6]
[HKEY_CURRENT_USER\Software\Python\Pythoncore\2.6\InstallPath]
@="C:\\Python26"
[HKEY_CURRENT_USER\Software\Python\Pythoncore\2.6\PythonPath]
@="C:\\Python26;C:\\Python26\\Lib\\;C:\\Python26\\DLLs\"