skip to navigation
skip to content

gae-virtualenv 0.0.1

Using virtualenv with zipimport on Google App Engine

Downloads ↓

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/.*
 
File Type Py Version Uploaded on Size # downloads
gae-virtualenv-0.0.1.tar.gz (md5) Source 2010-10-24 1KB 340