Question

I am not able to import the module endpoints_proto_datastore.ndb while using Endpoints API with Python. Is anybody facing similar issue? Please let me know what could be the problem.

I am using Google App Engine SDK 1.7.5 for Python.

Was it helpful?

Solution

It looks like you are using a 3rd party library since the endpoints_proto_datastore is not part of the core App Engine SDK.

In short you will have to include this library in your project and then making sure that is in the path. Refer to this answer for more details.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top