Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] beginner help
#8
(Nov-21-2019, 12:01 PM)AMT59 Wrote: import beautifulsoup4 gives "ModuleNotFoundError: no module named 'beautifulsoup4'.
Hi!

It gives you a 'ModuleNotFoundError' because you are not following the instructions ...
In my post (#4), point 3):

https://python-forum.io/Thread-Windows-c...d-packages

I included a test program to check beautifulSoup, where you can clearly see that the correct way to import beautifulSoup is:
from bs4 import BeautifulSoup
All the best,
newbieAuggie2019

"That's been one of my mantras - focus and simplicity. Simple can be harder than complex: You have to work hard to get your thinking clean to make it simple. But it's worth it in the end because once you get there, you can move mountains."
Steve Jobs
Reply


Messages In This Thread
[split] beginner help - by AMT59 - Nov-20-2019, 09:31 AM
RE: [split] beginner help - by newbieAuggie2019 - Nov-20-2019, 12:01 PM
RE: [split] beginner help - by ChislaineWijdeven - Nov-20-2019, 01:04 PM
RE: [split] beginner help - by snippsat - Nov-20-2019, 12:15 PM
RE: [split] beginner help - by AMT59 - Nov-21-2019, 12:01 PM
RE: [split] beginner help - by newbieAuggie2019 - Nov-21-2019, 12:44 PM
RE: [split] beginner help - by ThomasL - Nov-21-2019, 12:14 PM
RE: [split] beginner help - by snippsat - Nov-21-2019, 12:18 PM
RE: [split] beginner help - by AMT59 - Nov-21-2019, 03:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Python beginner: Weird Syntax Error mnsaathvika 1 2,159 Jul-22-2019, 06:14 AM
Last Post: buran

Forum Jump:

User Panel Messages

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