I've been trying to get the sdk/dev server working on a VirtualEnv (with
--no-site-packages defined). So far i've had no luck getting any remotely
complex app to run.
The plain text print "Hello World" will run, but if i try to run the
template app in the sdk, i get this error:
24 from google.appengine.ext import webapp
25
26
google *undefined*, webapp *undefined**<type 'exceptions.ImportError'>*: No
module named ext
args = ('No module named ext',)
message = 'No module named ext'
Note that importing google, and google.appengine will work just fine.
This is a completely fresh version of the sdk aswell. Any thoughts as to
what could be wrong?
--
Lee Olayvar
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---