我正在尝试为python安装pyMySQL模块,以便我可以设置Django(参见this上一个问题)。
我不能让easy_install.exe PyMySQL-0.3-py2.6.egg
为我的生命而奔跑。每当我收到错误easy_install.exe not recognized as an internal or external command...
时,我都尝试将各种目录添加到我的系统路径中,包括:
C:\Python27\Lib\site-packages\;
C:\Python27\Scripts\;
C:\Python27\Scripts\easy_install.exe
C:\Python27\Scripts\easy_install.exe PyMySQL-0.3-py2.6.egg
我错过了什么让它无法执行?(注意我在Windows 7上)
答案 0 :(得分:2)
您必须先安装setuptools
[编辑]
嗯,
C:\Users\Robus>easy_install
Yada yada, not found
C:\Python26\Scripts>easy_install
error: No urls, filenames, or requirements specified (see --help)
C:\Python26>
我能想到的下一个最好的事情是 - 你有没有安装过多个版本的python?在这种情况下,setuptools可能已安装在其他地方