My favorites | Sign in
Project Home Downloads Wiki Issues Source
Repository:
Checkout   Browse   Changes   Clones    
 
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

export EXTERNAL_STORAGE=/mnt/storage
PYTHONPATH=/mnt/storage/com.googlecode.pythonforandroid/extras/python
PYTHONPATH=${PYTHONPATH}:/data/data/com.googlecode.pythonforandroid/files/python/lib/python2.6/lib-dynload
export PYTHONPATH
export TEMP=/mnt/storage/com.googlecode.pythonforandroid/extras/python/tmp
export PYTHON_EGG_CACHE=$TEMP
export PYTHONHOME=/data/data/com.googlecode.pythonforandroid/files/python
export LD_LIBRARY_PATH=/data/data/com.googlecode.pythonforandroid/files/python/lib
/data/data/com.googlecode.pythonforandroid/files/python/bin/python "$@"

Change log

ba40c8e4a4e0 by Naranjo Manuel Francisco <man...@aircable.net> on Feb 15, 2011   Diff
now egg compiling works even with native
module extensions\!
Go to: 
Sign in to write a code review

Older revisions

23c8df8a02a7 by Naranjo Manuel Francisco <man...@aircable.net> on Feb 14, 2011   Diff
Now we can get real egg files using
standard setuptools process, now PY4A
has the eggs! if you know what I mean
;)
All revisions of this file

File info

Size: 578 bytes, 11 lines
Powered by Google Project Hosting