【发布时间】:2013-08-24 17:02:08
【问题描述】:
我是谷歌应用引擎编码的新手,无法在 localhost 中查看我的 hello-world 应用。在谷歌应用引擎启动器中运行应用时,它看起来像这样
我找不到错误。我需要一点帮助......谢谢
【问题讨论】:
我是谷歌应用引擎编码的新手,无法在 localhost 中查看我的 hello-world 应用。在谷歌应用引擎启动器中运行应用时,它看起来像这样
我找不到错误。我需要一点帮助......谢谢
【问题讨论】:
您是否在 GAE 的 Preference 选项中配置了 python27 的路径?在 Launcher 中转到 Edit -> Preferences 并设置 Python Path 以匹配您的 python 27 路径。
【讨论】:
Google App Engine 并非设计为与 Python 3.x 一起运行 - 您需要安装 Python 2.7。
【讨论】: