I'm trying to use the newspaper package on python 2 and I keep getting the error cannot import name images error when I download it.
I followed previous SO advice and created an image directory in /usr/local/lib/python2.7/site-packages/newspaper with the images.py and __init__.py files but it still doesn't work:
ImportError when installing newspaper
The only difference between that advice and what I implemented is that I have site-packages instead of dist-packages. Any ideas?