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 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/diWd8jw_c9YJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
