I have updated my app for remote_api, copied the appengine_console.py
file from the documentation, updated the sys.path lines, and put that
in my app's root directory. When I run appengine_console.py with my
app id, I get the python prompt OK. BUT...

When I try to import my main.py file, I get a python error, I get an
error for the line where it imports webapp.

from google.appengine.ext import webapp
  File "C:\Program Files\Google\google_appengine\google\appengine\ext
\webapp\__init__.py", line 68, in <module>
    import webob
ImportError: No module named webob

The app runs on the development server, of course, so I know that this
"missing" webob module *does* exist. Can anyone help me figure out
what I am doing wrong here?
john

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to