【发布时间】:2014-01-02 08:17:29
【问题描述】:
Python 2.7.6,用于 Google App Engine 的 Python 的 Google API 客户端库,Google Developer's Guide
我正在浏览 Google 文档,并尝试复制他们的示例。当我运行命令时:
from google.appengine.ext import webapp
来自 Python Shell,我收到错误消息:
No module named google.appengine.ext
很明显,那个文件不在我的电脑上。我已经在我的硬盘驱动器上搜索了该文件,但没有找到任何东西。我已经按照官方 Google 快速入门视频中的说明运行了 easy_install 来安装 Google API。我不确定 Google 的文档现在是否已经过时,或者发生了什么。我在哪里可以获得 google.appengine.ext?我假设我的问题只是我没有那个模块。
【问题讨论】:
-
请在此处查看我的答案:["GAE Running Locally"](stackoverflow.com/questions/38195967/…)