Beautiful Soup works in the Python shell using Django. I can also successfully import from bs4 import BeautifulSoup into views.py, but when I call something lik
from bs4 import BeautifulSoup
This sounds like the interaction between Cython and mod_wsgi described here, and explored in a Beautiful Soup context here.