2010-02-17 8 views
2

J'utilise Windows, et essayez d'installer la bibliothèque html5lib-0,90 sur pythonComment installer la bibliothèque html5lib-0.90 pour Python sous Windows?

C:\>python C:\Users\Junior\Downloads\Python\html5lib-0.90\setup.py install 
Traceback (most recent call last): 
File "C:\Users\Junior\Downloads\Python\html5lib-0.90\setup.py", line 36, in <module> 
for name in os.listdir(os.path.join('src','html5lib')) 
WindowsError: [Error 3] The system cannot find the path specified: 'src\\html5lib/*.*' 

Est-il possible d'installer cette bibliothèque sur les fenêtres?

Existe-t-il un tutoriel ou un manuel d'installation?

Répondre

6

Essayez:

C:\>cd \Users\Junior\Downloads\Python\html5lib-0.90\ 
C:\Users\Junior\Downloads\Python\html5lib-0.90>python setup.py install 
+0

a fonctionné comme un charme! Je vous remercie –

Questions connexes