Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named BeautifulSoup #28

Open
makmour opened this issue Feb 26, 2019 · 2 comments
Open

ImportError: No module named BeautifulSoup #28

makmour opened this issue Feb 26, 2019 · 2 comments

Comments

@makmour
Copy link

makmour commented Feb 26, 2019

Fresh install under ParrotSec OS

sudo python2.7 InSpy.py -h
Traceback (most recent call last):
File "InSpy.py", line 7, in
from lib.soup import *
File "/usr/var/InSpy/lib/soup.py", line 1, in
import BeautifulSoup, json
ImportError: No module named BeautifulSoup

@mgogic1
Copy link

mgogic1 commented Jun 6, 2019

Can you check what type of Beautiful Soup you got installed? It is possible that by accident BeautifulSoup 4 is installed.

@TheCyberMonster
Copy link

TheCyberMonster commented Sep 4, 2020

change
import beautifulsoup, json
to
import json
from bs4 import beautifulsoup
and install beautifulsoup4 python library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants