将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
答案 0 :(得分:4)
App Engine灵活环境不提供App Engine SDK中的API库。
请查看此链接Migrating Services from the Standard Environment to the Flexible Environment