I have Python 3.0.1
and beautifulsoup 4.1.0
but when I try and run from bs4 import BeautifulSoup
, I receive this error message:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named bs4
I have read that some of the versions of beautiful soup don't work with certain versions of Python but because I am unfamiliar and haven't used either before I am unsure of which versions I should download.