easy_install在Windows 7中不起作用

Ric*_*nop 4 python pyqt4

我在C:\ Python26中安装了Python 2.6.4.

我从这里安装了PyQt4:http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-Py2.6-gpl-4.7.7-1.exe

我已将此路径添加到%PATH%:

C:\Python26;C:\Python26\Scripts
Run Code Online (Sandbox Code Playgroud)

当我在cmd.exe中键入此命令时:

easy_install cheetah
Run Code Online (Sandbox Code Playgroud)

我收到此错误:

C:\Users\Richard>easy_install cheetah
'easy_install' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Richard>
Run Code Online (Sandbox Code Playgroud)

有帮助吗?在Windows XP中它工作.

hug*_*own 9

我认为它住在这里: c:\python\scripts\easy_install.exe


后来:好的,你安装好了easy_install吗?在此处下载适用于您的python版本的Windows安装程序.(如果您没有scripts目录,那么您可能尚未安装easy_install.)