Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Import error even though module is installed
Post: RE: Import error even though module is installed

Thanks so much for all of the feedback. I was off on another project, but I'm back. I'll try out these suggestions and let you know how it worked. @snippsat - Thanks! Your last post did the trick. **...
datafix Web Scraping & Web Development 8 19,875 Jun-29-2017, 03:51 PM
    Thread: Import error even though module is installed
Post: RE: Import error even though module is installed

I thought I was running v3 but in fact i was running v2. So I fixed that, reran it with v3 and got the same import error. Running on Cloud9- that shouldn't make a difference- do you think?
datafix Web Scraping & Web Development 8 19,875 Jun-27-2017, 06:34 PM
    Thread: Import error even though module is installed
Post: RE: Import error even though module is installed

Error:Traceback (most recent call last): File "/home/ubuntu/workspace/ex50/bin/firstsoup.py", line 1, in <module> from bs4 import BeautifulSoup ImportError: No module named 'bs4' Process...
datafix Web Scraping & Web Development 8 19,875 Jun-26-2017, 06:40 PM
    Thread: Import error even though module is installed
Post: Import error even though module is installed

Cant post my code because I'm new and it has links? from bs4 import BeautifulSoup from urllib.request import urlopen url = "http://www.pythonforbeginners.com" content = urlopen(url).read() soup = ...
datafix Web Scraping & Web Development 8 19,875 Jun-26-2017, 06:25 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020