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

安装setuptools的时候,不能再注册表中识别出来python . 在网上找了方法,仅作笔记,供下次使用 方法: 新建一个register.py 文件,把一下代码贴进去,保存 G盘 输入以下命令 register.py 存放在 G盘底下 显示 python . is already registered 再安装setuptools的时候,就能自动识别出来python . 了。 win 是 的原 ...

2012-05-24 00:08 11 25579 推荐指数:

查看详情

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

安装MySQL-python-1.2.4b4.win32-py2.7.exe的时候,出现python version 2.7 required,which was not found in the registry,翻译过来就是:不能再注册表中识别出来python2.7,解决方案如下: 新建 ...

Fri Mar 11 19:18:00 CST 2016 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
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