Hi You can't actually run appengine from within virtualenv. At least not out of the box. I do use virtualenv (--no-site-packages) to get eggs installed locally, then symlink them into my project, but I do not run appengine from with in virtualenv.
I do think there is a recipe out there somewhere to do what you want to achieve, but haven't bothered to chase it down. Rgds T On Sep 29, 7:03 am, Cristiano Paris <[email protected]> wrote: > Using (on Snow Leopard): > > - GAE 1.3.7 > - Python 2.5.4 (r254:67916, Feb 11 2010, 00:50:55) [GCC 4.2.1 (Apple > Inc. build 5646)] on darwin > > in a virtualenv I created. I tried to run the webapp hello world demo > script, here's what I got [1] running: > > python gae/dev_appserver.py --debug_imports helloworld > > What's up? There's actually no module called cgi in GAE 1.3.7. > > Thank you, > > Cristiano > > [1]http://hpaste.org/40197/importerror_cgi_on_gae_137 -- 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.
