I got this error in the Google App Engine Python using the Google Translate API, but I donβt know how to fix it,
<module> from apiclient.discovery import build ImportError: No module named apiclient.discovery
I will try to install the specified environment, which points to the Google App Engine SDK , and again upload to Google Apps Engine, always get an error ,
Error: server error
The server detected an error and could not fulfill your request. If the problem persists, report your problem and indicate this error message and the request that caused it.
Please tell me how to fix it,
thank
UPDATE: Fixed. Follow Nijjin's help. I fixed the problems by adding the following folders.
apiclient, gflags, httplib2, oauth2client, uritemplate
python google-app-engine google-api-python-client
Huy Tower Aug 16 '13 at 7:10 2013-08-16 07:10
source share