2010-10-16 7 views
0

J'ai installé PyQT de cette URL:Trouble with easy_install guépard sur Windows XP

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

J'ai installé Python 2.6.

Mon système d'exploitation est Windows XP SP3.

je suis entré dans ce cmd.exe:

easy_install cheetah 

Ceci est la sortie:

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> 

Toute aide?

Répondre

2

L'erreur que vous obtenez sur « awtoum » est probablement pour le Autumn-ORM, que vous pouvez probablement installer avec la commande easy_install autumn. Une fois que vous avez ce pré-requis de travail, vous pouvez essayer encore une fois l'installation de Cheetah, et il devrait passer juste après l'erreur si l'ORM-Automne est déjà installé.

Alternativement, vous pourriez avoir plus de chance d'installer via pip (ce qui, peut-être ironiquement, vous pouvez installer avec la commande easy_install pip). Avec pip, exécuter pip install cheetah va essayer d'obtenir la dernière version et tous les prérequis/dépendances).

+0

Merci. Je vais la tester la prochaine fois que j'arriverai au labo au collège et si ça marche, j'accepterai ta réponse. –