Good day everyone!

I'm just new to python and GAE.
I've managed to code a site using python without problem, and now trying to 
intergrate some google services.

I followed this tutorial
http://code.google.com/p/google-api-python-client/wiki/Installation

   1. downloaded google-api-python-client-1.0c1.tar.gz from 
   http://code.google.com/p/google-api-python-client/downloads/list
   2. easy_install --upgrade google-api-python-client
   3. tested python plus.py.
   it starts up the browser, opens up the "requesting permission" page and 
   then redirect back to my localhost

and then I come to this tutorial: 
https://developers.google.com/appengine/articles/python/getting_started_with_tasks_api
task 1 and 2 is cool but then the 3rd one...
when I try "google-api-python-client\bin\enable-app-engine-project mytasks"

> Traceback (most recent call last):
>   File "enable-app-engine-project", line 138, in <module>
> main(sys.argv)
>   File "enable-app-engine-project", line 113, in main
> isdir, source_location = find_source(source)
>   File "enable-app-engine-project", line 71, in find_source
> m = __import__(module)
> ImportError: No module named oauth2


I'm not sure where I should look into but,
in my folder, C:\Program 
Files\Google\google_appengine\lib\google-api-python-client

apiclient
bin
oauth2client
uritemplate
*and other files

and in the folder, ...\google-api-python-client-1.0c1 (folder extracted 
from google-api-python-client-1.0c1.tar.gz)

apiclient
bin
google_api_python_client.egg-info
oauth2client
samples
tests
uritemplate
*and other files


is all I have.

I did some research and heard people saying that, after 
"enable-app-engine-project" an app
apiclient, httplib2, oauth2, oauth2client, uritemplate and some files for 
gflags will be copied to the app's directory.
now, it seems that the google-api-python-client-1.0c1.tar.gz I've 
downloaded is missing a lot of files.
I've checked the other files in the 
http://code.google.com/p/google-api-python-client/downloads/list
but still couldn't find the missing ones.
what should I do here?

Regards,

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Y-_2tK0Tha0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to