HI Lee I use virtualenv a lot, but to be honest I don't see a lot of value in it for the app engine sdk.
The sdk isn't installed normally into you python site-packages etc.... So you just stick it whereever you want and just run the dev server with a fully specified path., and everything is fine, I usually use virtualenv becuase I need to install lots of dependancies (ie zope) and don't want that in my core python. Rgds Tim On Apr 6, 5:17 am, Lee Olayvar <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
