Skip to content Skip to sidebar Skip to footer

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

Solution 1:

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"