So I wrote this bash script to setup a virtualenv environment capable of running the dev_appserver properly. It doesn't patch the dev_appserver to accomplish this rather adds a proper symlink to the os.pyc file. I have tested on Ubuntu and Mac (Lion & Snow Leopard) each have their own quirks, ubuntu has no python2.5 support and Lion appears to have stale .pyc files in the system libs.
Just thought I would share this as the dev_appserver might never get patched to work properly, and there is no reason to ditch virtualenv as it is awesome :) I posted it in a gist for the world to enjoy: https://gist.github.com/1012769 Thanks! Robert -- 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.
