1ap / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

from oauth2client.appengine import oauth2decorator_from_clientsecrets ImportError: No module named appengine #211

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
[Use this form for both apiclient and oauth2client issues]

What steps will reproduce the problem?
1.Just tried to use oauth2decorator for authenticating 
'https://www.googleapis.com/auth/bigquery'

Source code is here:
http://stackoverflow.com/questions/13212115/from-oauth2client-appengine-import-o
auth2decorator-from-clientsecrets-importerro

I expect a Hello Dashboard Message.But i get an error
from oauth2client.appengine import oauth2decorator_from_clientsecrets 
ImportError: No module named appengine

i'm using python2.7 on Ubuntu.Oauth2client ver 1.0 and googleappengine 1.7.3

Original issue reported on code.google.com by italespi...@gmail.com on 4 Nov 2012 at 10:26

GoogleCodeExporter commented 8 years ago
Answer supplied on stackoverflow.

Original comment by jcgregorio@google.com on 5 Nov 2012 at 2:16