close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.admin.web_ui.BasicsAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Jan 17, 2012, 9:44:03 PM (14 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v16
|
v17
|
|
| 27 | 27 | ## on the HP Touchpad WebOS tablet |
| 28 | 28 | |
| | 29 | CURRENT_FOLDER = ${PWD} |
| | 30 | |
| 29 | 31 | ## path to the Python runtime |
| 30 | 32 | ## NOTE: content of the Python 2.7 runtime has been |
| 31 | 33 | ## placed to the python2.7 folder |
| 32 | | PY_PATH="/media/internal/pygame_test/python27" |
| | 34 | PY_PATH=${CURRENT_FOLDER}"/python27" |
| 33 | 35 | export PY_PATH |
| 34 | 36 | |
| 35 | 37 | ## path to the Pygame runtime/library |
| 36 | | PYGAME_PATH="/media/internal/pygame_test/" |
| | 38 | ## NOTE: it is enough to add the folder |
| | 39 | ## that contains the Pygame folder to Python path |
| | 40 | PYGAME_PATH=${CURRENT_FOLDER}" |
| 37 | 41 | |
| 38 | 42 | ## add the Python runtime to the system path |