502 Bad Gateway Using Beautiful Soup, Python/Django
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 like soup = BeautifulSo
This sounds like the interaction between Cython and mod_wsgi described here, and explored in a Beautiful Soup context here.
Post a Comment for "502 Bad Gateway Using Beautiful Soup, Python/Django"