我是新来的蟒蛇。 我使用Python 2.7.5。 我想编写一个网络爬虫。 对于我已经安装了BeautifulSoup 4.3.2。 我已经使用这个命令(我没用过PIP)安装了它
python setup.py install
我使用的Eclipse 4.2安装PyDev的。 当我尝试在我的剧本导入该库
from bs4 import BeautifulSoup
我得到这个错误
ImportError: No module named html.entities
请给我解释一下我应该怎么做来纠正它。