Please help ... I am running some python code from cygwin and I cannot import the GoogleAppEngine (GAE) external data API. I think this may be the problem of environment variables. I can start GAE and "remote_data_api_shell.py" from the command line, but I can not start the python module that references GAE.
I work in trial and error mode, using every combination of strings of environment variables that I can think of. Nothing works, and my frustration is growing.
Traceback (last last call): File "/cygdrive/c/data/my-program/MyProgram.py", line 48, in '<' module '>'
from MyStoredObject model import File "/cygdrive/c/data/my-program/Model.py", line 6, to '<' module '>' from google.appengine.ext import db ImportError: There is no module named google.appengine .ext
How can I do this job? Anything obvious to the GAE expert that I'm doing wrong here?
source share