Pergunta

Estou usando o Windows e tentando instalar a biblioteca HTML5LIB-0.90 no Python

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

É possível instalar esta biblioteca no Windows?

Existe um tutorial ou manual de instalação?

Foi útil?

Solução

Tentar:

C:\>cd \Users\Junior\Downloads\Python\html5lib-0.90\
C:\Users\Junior\Downloads\Python\html5lib-0.90>python setup.py install
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top