【发布时间】:2010-10-18 16:12:53
【问题描述】:
我在 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
然而,当我在 cmd.exe 中键入此命令时:
easy_install cheetah
我收到此错误:
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>
有什么帮助吗?在 Windows XP 中它可以工作。
【问题讨论】: