使用easy_install.exe为Django安装pyMySQL的问题

时间:2011-05-20 20:54:53

标签: python django path easy-install

我正在尝试为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上)

1 个答案:

答案 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可能已安装在其他地方