Вопрос

I've been experimenting with the Google App Engine, and I'm trying to import certain libraries in order to execute API commands. I've been having trouble importing, however. When I tried to execute "from apiclient.discovery import build", my website doesn't load anymore. When I test locally in IDLE, this command works.

Это было полезно?

Решение

the python api-client package comes with a command enable-app-engine-project that will install all of the required packages into your project folder: http://code.google.com/p/google-api-python-client/wiki/GoogleAppEngine

Другие советы

The packages needs to be locally available, where did you put the packages, in the Python folder or in your project folder?

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top