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, 10:24:43 PM (14 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v21
|
v22
|
|
| 7 | 7 | This is a short guide on how to install Python and !PyGame on the WebOS based HP Touchpad tablet. The Python and !PyGame porting work and WebOS bindings were done by '''THP''' and are available from his [http://thp.io/2011/webos/ WebOS page]. |
| 8 | 8 | |
| 9 | | == Prerequisites == |
| | 9 | == Manual installation == |
| | 10 | |
| | 11 | === Prerequisites === |
| 10 | 12 | Download the Python and !PyGame binaries from THPs [http://thp.io/2011/webos/ WebOS hacks] website:[[br]] |
| 11 | 13 | [http://sourceforge.net/projects/webos-python/files/Python27/python27-webos.tgz/download Python 2.7 runtime][[br]] |
| … |
… |
|
| 18 | 20 | * the THP provided files also include a simple testing file named ''example.py'' |
| 19 | 21 | |
| 20 | | == The startup script == |
| | 22 | === The startup script === |
| 21 | 23 | this is a short startup script that makes it possible to just unpack the binaries to a random folder and use Python & !PyGame without the need to install anything to system wide directories. |
| 22 | 24 | |