Skip to content Skip to sidebar Skip to footer

Importerror: No Module Named Html.entities

I am new to python. I am using python 2.7.5. I want to write a web crawler. For that I have installed BeautifulSoup 4.3.2. I have installed it using this command(I haven't used pip

Solution 1:

Is there any reason why are you not using pip install, are you on windows, mac, linux ? With that information we could help you faster. Appart from that. This is often a problem when you have more than 1 python installation on your system. Read the followingBeautifulSoup problems after installation.

Also, consider installing using sudo pip install if unix, that handles dependecies very well. You could also try on a shell from bs4 import BeautifulSoup and see if you get the same error you are getting on pydev.

Post a Comment for "Importerror: No Module Named Html.entities"