我正在尝试将BeautifulSoup4-4.1.0导入Python3.3(我已经将Beautiful放在:C:\Python33\Lib\site-packages\BeautifulSoup\bs4使用以下方法:我收到以下错误: File "<pyshell#5>", line 1, in <module>
from BeautifulSoup
我从命令行安装了它(得到了无效语法错误,因为我没有转换它),运行2to3.py转换脚本到bs4,现在我得到一个新的无效语法错误。>>> from bs4 import BeautifulSoupFile "<pyshell#0>", line 1, in <module> File "C:\Python34\bs4\__init
我已经使用Add/Remove Software GUI工具在Fedora16(64位)上安装了BeautifulSoup for Python3 (python3-BeautifulSoup-1:3.2.0'ImportError: No BeautifulSoup named BeautifulSoup‘消息。我还安装了Python2的BeautifulSoup ( Python -BeautifulSoup-