解决Win10安装PyWin32问题Python Version 3.4 required which was not found in the registry


程序找不到注册表项

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Python]

[HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore]

[HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\3.4]

[HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\3.4\Help]

[HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\3.4\Help\Main Python Documentation]
@="C:\\Python34\\Doc\\python343.chm"

[HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\3.4\InstallPath]
@="C:\\Python34\\"

[HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\3.4\InstallPath\InstallGroup]
@="Python 3.4"

[HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\3.4\Modules]

[HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\3.4\PythonPath]
@="C:\\Python34\\Lib;C:\\Python34\\DLLs"

参考 http://blog.sina.com.cn/s/blog_6e5577cf0102v52l.html

你可能感兴趣的:(解决Win10安装PyWin32问题Python Version 3.4 required which was not found in the registry)