【发布时间】:2015-04-18 11:10:47
【问题描述】:
在 PythonAnywhere 的网站上,他们说他们将请求作为其库的一部分,并且在网站上的编辑器中没有给出任何错误,但在执行期间它给出了: Python版本:3.4 Django 版本:1.7 异常类型:ImportError 异常值:
没有名为“请求”的模块
但是它清楚地表明他们有它,有什么问题? https://www.pythonanywhere.com/batteries_included/#a_python34
【问题讨论】:
-
在 pythonanywhere venv 中运行 pip 安装请求。
标签: python django python-3.x python-requests