gae-virtualenv 0.0.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

gaevirtualenv 0.0.1

Using virtualenv with zipimport on Google App Engine.

Installation
Copy build dir to you gae application root directory.


Usage
1. Edit build/pipreq.txt and run:
$ cd build
$ ./buildenv.sh
$ python ziping.py
2. Modify the load path at the top of each handler script:
import sys
sys.path.insert(0, 'virtualenv.zip')
3. Add build directory to skip_files in app.yaml
skip_files:
- ^(.*/)?build/.*

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.