如何在Windows上安装Python的html5lib-0.90库?

时间:2010-02-17 22:58:27

标签: python html5lib

我正在使用Windows,并试图在python上安装html5lib-0.90库

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/*.*'

是否可以在Windows上安装此库?

是否有教程或安装手册?

1 个答案:

答案 0 :(得分:6)

尝试:

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