502 Bad Gateway using Beautiful Soup, Python/Django

前端 未结 2 1326
庸人自扰
庸人自扰 2021-01-16 04:15

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

2条回答
  •  旧巷少年郎
    2021-01-16 04:33

    This sounds like the interaction between Cython and mod_wsgi described here, and explored in a Beautiful Soup context here.

提交回复
热议问题