Python Forum
having a problem in importing module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
having a problem in importing module
#1
import beautifulsoup

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    import beautifulsoup
ImportError: No module named beautifulsoup
I installed beautiful soup using pip successfully..
But when I try to import it, an error(Import error) appears..
Please help me to fix this.
Reply


Messages In This Thread
having a problem in importing module - by pratheep - Jan-20-2018, 06:56 AM
RE: having a problem in importing module - by buran - Jan-20-2018, 07:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Importing created module for web scraping with bs4 Truman 5 3,516 Sep-08-2018, 06:32 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