问题解决:Python Version 2.7 required which was not found in the registry
操作系统:win7 64位
Python版本:2.7.10
安装pywin32-219.win-amd64-py2.7.exe时出现了“Python Version 2.7 required which was not found in the registry”的提示,很是不爽。
最后的解决办法:在注册表“HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.7\InstallPath”路径下建立Python的信息,具体可参考“HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7\InstallPath”下的Python项。