when you got import error at beautifulsoup4

by - October 23, 2017

when you download this module, use

pip3 install beautifulsoup4
pip install beautifulsoup4e

And when you use it, use

from bs4 import BeautifulSoup

Should be careful about the cases.

I spent 3hours because of it!!!!

You May Also Like

0 comments