gae-virtualenv 0.0.1
Using virtualenv with zipimport on Google App Engine
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 | |
- Author: Imbolc
- Home Page: http://bitbucket.org/imbolc/gae-virtualenv/
- Keywords: gae,appengine,virtualenv,zipimport
- License: BSD
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Application Frameworks
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: imbolc.name
- DOAP record: gae-virtualenv-0.0.1.xml
