码迷,mamicode.com
首页 > 编程语言 > 详细

[python]安装wxpython的时候报错 “no installation of python 2.7 found in registy”

时间:2019-02-01 14:51:41      阅读:889      评论:0      收藏:0      [点我收藏+]

标签:图片   显示   nod   sof   style   通过   注册   normal   mil   

技术分享图片

win7上,已经安装python27,但是在安装wxpython的时候,却显示没有安装python27.
然后,我通过直接修改注册表的方法,把这个问题解决掉了。
1、win+r,输入regedit;
2、创建自己的注册表

HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/Python/PythonCore/2.7/InstallPath
3、从已有注册表拷贝内容
KEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/2.7/InstallPath

活齐。

[python]安装wxpython的时候报错 “no installation of python 2.7 found in registy”

标签:图片   显示   nod   sof   style   通过   注册   normal   mil   

原文地址:https://www.cnblogs.com/amberly/p/10345711.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!