0

我是使用应用程序引擎开发的新手,我正在尝试使用 上传应用程序 appcfg.py,该应用程序是用python 2.5.

当我尝试上传应用程序时,出现此错误:

Error 400: --- begin server output ---
python 2.5 is not supported in 'e' partition

请在我使用的命令下方找到:

appcfg.py --oauth2 update --no_cookies "应用程序路径"

4

2 回答 2

3

创建新的 Google Cloud 项目时。当 google 询问项目名称和 appid 时,您必须单击“显示高级设置”。您可以在此处选择数据中心位置 NA 或 EU。

如果有人用 python27 偶然发现这个问题,你可能错误配置了 app.yaml 文件,因为许多示例都有runtime: python ... not runtime: python27

详见官方文档

于 2015-04-20T05:27:01.547 回答
1

您是否将应用程序设置为在欧盟数据中心运行?如果是这样,你不能使用python2.5。如果您真的想使用 2.5,则必须创建一个新应用程序并选择美国位置,但无论如何您都需要尽快升级到 2.7。

于 2013-10-18T17:06:09.387 回答