when I try to run a piece of script with this in it ( from bs4 import BeautifulSoup)
I get this error: ImportError: No module named bs4
I have it installed see:
c:\Python2.7>pip install beautifulsoup4
Requirement already satisfied (use --upgrade to upgrade): beautifulsoup4 in c:\p
ython3.5\lib\site-packages
Why can't I make this work. It will not run in 2.7 or 3.5?
Thank you
P.S. I have made My first email scraper, all my own code. Thank you all for your help.

I get this error: ImportError: No module named bs4

I have it installed see:
c:\Python2.7>pip install beautifulsoup4
Requirement already satisfied (use --upgrade to upgrade): beautifulsoup4 in c:\p
ython3.5\lib\site-packages
Why can't I make this work. It will not run in 2.7 or 3.5?
Thank you
P.S. I have made My first email scraper, all my own code. Thank you all for your help.