Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I have BeautifulSoup instaled
#1
when I try to run a piece of script with this in it      ( from bs4 import BeautifulSoup) Sad

I get this error:      ImportError: No module named bs4 Huh
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.
Reply


Messages In This Thread
I have BeautifulSoup instaled - by Blue Dog - Nov-03-2016, 02:42 PM
RE: I have BeautifulSoup instaled - by metulburr - Nov-03-2016, 02:42 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-03-2016, 02:47 PM
RE: I have BeautifulSoup instaled - by metulburr - Nov-03-2016, 03:03 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-03-2016, 03:11 PM
RE: I have BeautifulSoup instaled - by snippsat - Nov-03-2016, 03:28 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-03-2016, 04:02 PM
RE: I have BeautifulSoup instaled - by Larz60+ - Nov-03-2016, 04:12 PM
RE: I have BeautifulSoup instaled - by snippsat - Nov-03-2016, 04:30 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-03-2016, 11:17 PM
RE: I have BeautifulSoup instaled - by Larz60+ - Nov-03-2016, 11:39 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-04-2016, 06:32 AM
RE: I have BeautifulSoup instaled - by Larz60+ - Nov-04-2016, 11:06 AM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-04-2016, 04:43 PM
RE: I have BeautifulSoup instaled - by Larz60+ - Nov-04-2016, 05:00 PM
RE: I have BeautifulSoup instaled - by snippsat - Nov-04-2016, 05:04 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-04-2016, 05:05 PM
RE: I have BeautifulSoup instaled - by snippsat - Nov-04-2016, 05:08 PM
RE: I have BeautifulSoup instaled - by sparkz_alot - Nov-04-2016, 05:21 PM
RE: I have BeautifulSoup instaled - by snippsat - Nov-04-2016, 05:33 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-04-2016, 05:55 PM
RE: I have BeautifulSoup instaled - by Larz60+ - Nov-04-2016, 06:07 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-04-2016, 06:11 PM
RE: I have BeautifulSoup instaled - by snippsat - Nov-04-2016, 06:12 PM
RE: I have BeautifulSoup instaled - by snippsat - Nov-04-2016, 06:17 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-04-2016, 06:26 PM
RE: I have BeautifulSoup instaled - by snippsat - Nov-04-2016, 06:27 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-04-2016, 06:29 PM
RE: I have BeautifulSoup instaled - by Larz60+ - Nov-04-2016, 06:45 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-04-2016, 06:48 PM
RE: I have BeautifulSoup instaled - by metulburr - Nov-04-2016, 08:58 PM
RE: I have BeautifulSoup instaled - by snippsat - Nov-04-2016, 07:07 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-05-2016, 09:51 AM
RE: I have BeautifulSoup instaled - by Larz60+ - Nov-05-2016, 01:30 PM
RE: I have BeautifulSoup instaled - by snippsat - Nov-05-2016, 02:05 PM
RE: I have BeautifulSoup instaled - by Blue Dog - Nov-05-2016, 03:36 PM

Forum Jump:

User Panel Messages

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