在python flex环境中导入错误google.appengine.api

时间:2017-10-09 07:55:07

标签: python google-app-engine

将appengine api导入python flex环境导致本地服务器导入导入错误。 我有和应用程序在appengine上运行,它使用flex环境而不是标准。

在我的代码库中,app目录包含python脚本和yaml文件。 当我尝试通过此错误运行py文件时。

Run command
$ python main.py

from google.appengine.api import app_identity
ImportError: No module named appengine.api

1 个答案:

答案 0 :(得分:4)

App Engine灵活环境不提供App Engine SDK中的API库。

请查看此链接Migrating Services from the Standard Environment to the Flexible Environment