码迷,mamicode.com
首页 > Web开发 > 详细

关于html5lib出错问题

时间:2014-11-04 22:30:49      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:http   ar   sp   on   问题   bs   html   ef   line   

1.错误信息

File "html5lib/__init__.py", line 16, in <module>
from .html5parser import HTMLParser, parse, parseFragment
File "html5lib/html5parser.py", line 2, in <module>
from six import with_metaclass
ImportError: No module named six

2.解决方法:

https://github.com/coursera-dl/coursera/issues/169

下载一个six包,然后安装

sudo python setup.py install

 

关于html5lib出错问题

标签:http   ar   sp   on   问题   bs   html   ef   line   

原文地址:http://www.cnblogs.com/Peterahan/p/4074762.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!