Python App Engine endpoints_proto_datastore ImportError

时间:2014-05-11 22:39:46

标签: python google-app-engine app-engine-ndb endpoints-proto-datastore

所以我在项目的根目录下有endpoints_proto_datastore文件夹,但每次尝试运行它时都会收到此错误....

File "C:\pythonworkspace\...\endpoints_proto_datastore\utils.py", line 8, in <module>
from endpoints_proto_datastore.ndb import model
ImportError: cannot import name model

有人有什么想法吗?

1 个答案:

答案 0 :(得分:0)

我认为你应该使用

来自endpoints_proto_datastore.ndb的

导入EndpointsModel