小编Ian*_*Ian的帖子

刚刚安装了BeautifulSoup Python 3.3.0

有谁知道如何修理它.我使用的是Mac OS 10.8.2

>>> from bs4 import BeautifulSoup
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/bs4/__init__.py", line 359
    print soup.prettify()
             ^
SyntaxError: invalid syntax
Run Code Online (Sandbox Code Playgroud)

python beautifulsoup python-3.x

3
推荐指数
1
解决办法
8958
查看次数

标签 统计

beautifulsoup ×1

python ×1

python-3.x ×1