简体   繁体   English

Google App引擎(Python)“没有名为webob的模块”

[英]Google App engine(Python) “No module named webob”

Recently I just updated my GAE SDK version to 1.6.4 , while am trying to start my server, Its throwing "No module named webob" & getting exit. 最近我刚刚将我的GAE SDK版本更新为1.6.4 ,而我正在尝试启动我的服务器,它正在抛出“没有名为webob的模块”并退出。 Note: Am using python2.5 Is there any external patch or stuff needed here to resolved this issue? 注意:我使用python2.5这里是否需要任何外部补丁或东西来解决这个问题?

If anybody faces this issue and resolved it, please guide me, how did you resolve that.. 如果有人面临这个问题并解决了,请指导我,你是如何解决这个问题的..

Best regards. 最好的祝福。

安装webob为我解决了这个问题:

pip install webob==1.1.1

You may need to specify it in your app.yaml 您可能需要在app.yaml中指定它

See documentation here https://developers.google.com/appengine/docs/python/tools/libraries27 请参阅此处的文档https://developers.google.com/appengine/docs/python/tools/libraries27

下面是为我解决它的确切命令:

sudo pip install webob==1.1.1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google App Engine:Python:WebOb:如何获取JSON格式的POST数据? - Google App Engine: Python: WebOb: How to get POST data in JSON format? Google App Engine - Python 3 - ModuleNotFoundError:没有名为“pytz”的模块 - Google App Engine - Python 3 - ModuleNotFoundError: No module named 'pytz' Python Webapp Google应用引擎:没有名为六个模块 - Python webapp Google app engine: no module named six Google App Engine启动器(Python)-ImportError:没有名为webapp2的模块 - Google App Engine Launcher (Python) - ImportError: No module named webapp2 Python ImportError:Google app引擎项目中没有名为main的模块 - Python ImportError: No module named main in Google app engine project gunicorn 导入错误:没有名为 webob 的模块 - gunicorn ImportError: No module named webob Google App Engine(Python)ImportError:Google App Engine中没有名为oauth2的模块 - Google app engine(python) ImportError: No module named oauth2 in google app engine Google App Engine ImportError:未命名模块 - Google App Engine ImportError: No module named Google App Engine:没有名为安装程序的模块 - Google App Engine: No module named setup Google App Engine'没有名为pwd的模块' - Google App Engine 'No module named pwd'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM