0

我在BeautifulSoup4onPython 3.3.2上有这个问题MAC OSX 10.8

>>> 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

我遇到了这篇旧帖子,声称该问题将在 Python 3.3 中得到解决,也许这是一个回归?

4

0 回答 0