我在C:\ Python26中安裝了Python 2.6.4。easy_install在Windows 7中無法正常工作
我從這裏安裝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中它工作。
我也是這麼做的。 C:\ Python26中沒有Scripts目錄。 – 2010-10-18 16:36:30
安裝Python時未安裝easy_install。如果easy_install安裝正確(使用hughdbrown鏈接的信息),將會有一個Scripts目錄。 – Velociraptors 2010-10-18 17:11:24