[google-appengine] Re: ImportError cgi module

2011-01-23 Thread Ming
> 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. 

Tim, do you link the installed eggs to under the vendor directory of the 
project?

Thanks,
Ming

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



[google-appengine] Re: ImportError cgi module

2010-09-29 Thread Tim Hoffman
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  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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.