vcshing / google-api-python-client

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

Windows support / instructions? #178

Open GoogleCodeExporter opened 9 years ago

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

What steps will reproduce the problem?
1. Install python27, google app engine 1.7 for python (includes a version of 
gdata, with enable-app-engine-project)
2. Create a hello world app
3. Now try to add the api into that hello world app following the docs.

What is the expected output? What do you see instead?

Ideally, enable-app-engine-project would discover the location of its 
dependencies.

Instead, it dies on its first import, gflags.

What version of the product are you using? On what operating system?

google app engine 1.7 on Windows 7.

Please provide any additional information below.

enable-app-engine-project doesn't end with ".py", so even with python 
installed, windows doesn't know how to run the script.
GAE uses a wrapper around its scripts (e.g. dev_appserver.py) that sets up 
sys.path as necessary.

Original issue reported on code.google.com by James.Sy...@aceraschool.org on 18 Aug 2012 at 8:58