原文:python version 2.7 required,which was not found in the registry

安装MySQL python . . b .win py . .exe的时候,出现python version . required,which was not found in the registry,翻译过来就是:不能再注册表中识别出来python . ,解决方案如下: 新建register.py,用IDLE工具打开,复制以下代码进去,保存,然后按F 即可,如果显示 Python . is ...

2016-03-11 11:18 1 1594 推荐指数:

查看详情

python version 2.7 required,which was not found in the registry

安装PIL-1.1.7.win32-py2.7的时候,不能再注册表中识别出来python2.7 方法:新建一个register.py 文件,把一下代码贴进去,保存 (代码来自:http://effbot.org/zone/python-register.htm) 按F5执行 ...

Tue Aug 27 05:16:00 CST 2013 7 24875
Python version 2.7 required, which was not found in the registry

安装setuptools的时候,不能再注册表中识别出来python2.7 在网上找了方法,仅作笔记,供下次使用 方法: 新建一个register.py 文件,把一下代码贴进去,保存(G盘) 输入以下命令(register.py 存放在 G盘底 ...

Thu May 24 08:08:00 CST 2012 11 25579
No Python installation found in the registry

win8上,已经安装python27,但是在安装distorm的时候,却显示没有安装python27.然后,我通过直接修改注册表的方法,把这个问题解决掉了。1、win+r,输入regedit;2、 How to install SetupTools on 64-bit Windows ...

Thu Dec 25 01:10:00 CST 2014 0 3416
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM