Hello everyone,
I have a working script to parse a html page and get some data using BeautifulSoup.
It's been installed using sudo pip install beautifulsoup4.
When I tried to import BeautifulSoup (from bs4 import BeautifulSoup) inside my appengine code, I got the message:
ImportError: No module named bs4
What am I doing wrong?
Thanks in advance,
Rodrigo Araújo