Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 23 2015, 02:52:03)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import newspaper
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/newspaper/__init__.py", line 10, in <module>
from .article import Article, ArticleException
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/newspaper/article.py", line 155
print 'You must download() an article before parsing it!'
^
SyntaxError: invalid syntax