2010-10-16 56 views
0

我從這個URL安裝PyQt的easy_install的獵豹:麻煩與Windows XP上

http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-Py2.6-gpl-4.7.7-1.exe

我已經安裝了Python 2.6。

我的操作系統是Windows XP SP3。

我進入到這個CMD.EXE:

easy_install cheetah 

這是輸出:

C:\Documents and Settings\All Users>easy_install cheetah 
Searching for cheetah 
Best match: cheetah 2.4.3 
Processing cheetah-2.4.3-py2.6.egg 
cheetah 2.4.3 is already the active version in easy-install.pth 
Installing cheetah-script.py script to C:\Python26\Scripts 
Installing cheetah.exe script to C:\Python26\Scripts 
Installing cheetah.exe.manifest script to C:\Python26\Scripts 
Installing cheetah-compile-script.py script to C:\Python26\Scripts 
Installing cheetah-compile.exe script to C:\Python26\Scripts 
Installing cheetah-compile.exe.manifest script to C:\Python26\Scripts 

Using c:\python26\lib\site-packages\cheetah-2.4.3-py2.6.egg 
Processing dependencies for cheetah 
Searching for Markdown>=2.0.1 
Reading http://pypi.python.org/simple/Markdown/ 
Reading http://www.freewisdom.org/projects/python-markdown/ 
Reading http://www.freewisdom.org/projects/python-markdown 
Reading https://sourceforge.net/project/showfiles.php?group_id=153041 
Best match: Markdown 2.0.3 
Downloading http://sourceforge.net/projects/python-markdown/files/markdown/2.0.3 
/Markdown-2.0.3.win32.exe/download 
Processing download 
error: Couldn't find a setup script in c:\docume~1\admini~1\locals~1\temp\easy_i 
nstall-awtoum\download 

C:\Documents and Settings\All Users> 

任何幫助嗎?

回答

2

你在「awtoum」得到的錯誤可能是爲Autumn-ORM,這也許可以與命令easy_install autumn安裝。一旦你有了這個先決條件的工作,你可以再次嘗試Cheetah安裝,如果已經安裝了Autumn-ORM,它應該跳過錯誤。

或者,您可能有更好的運氣通過點安裝(這可能具有諷刺意味,您可以使用命令easy_install pip安裝)。隨着點,運行pip install cheetah將嘗試獲得最新版本和所有先決條件/依賴項)。

+0

謝謝。我將在下一次到大學實驗室測試它,如果它有效,我會接受你的答案。 – 2010-10-18 10:14:50