I am trying to build a python program that will display various headlines from certain news sites. I used pip to install the module newspaper, but when I run the program, I get the error:
ImportError: No module named newspaper
Any ideas on how to fix this?