我成功安装了 bs4,但是当我导入它时,命令行告诉我
Traceback (most recent call last):
Python Shell, prompt 3, line 1
File "C:\Python27\Lib\site-packages\bs4\__init__.py", line 303, in <module>
from . import _htmlparser
File "C:\Python27\Lib\site-packages\bs4\_htmlparser.py", line 36, in <module>
from bs4.builder import (
ImportError: No module named builder
我搜索了谷歌,但没有找到解决方案。我们的专家可以帮助我解决这个问题吗?
多谢 !
我的系统信息:PC 操作系统:Windows 7 64 位 Python 版本:2.7.10