python - ImportError: No module named apiclient.discovery -


i got error in google app engine's python have used google translate api, don't know how fix,

<module> apiclient.discovery import build importerror: no module named apiclient.discovery 

i'll try set environment indicates google app engine sdk, , upload google apps engine again, always error,

error: server error

the server encountered error , not complete request. if problem persists, please report problem , mention error message , query caused it.

please tell me how fix,

thanks

update : fixed follow nijjin's help, fixed problems adding following folders,

apiclient, gflags, httplib2, oauth2client, uritemplate

you should able these dependencies simple install:

sudo pip install --upgrade google-api-python-client 

this described on quick start page python


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -