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 15, 2012, 8:19:08 PM (14 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v4
|
v5
|
|
| 3 | 3 | |
| 4 | 4 | == Prerequisites == |
| 5 | | Download the Python and PyGame binaries from THPs WebOS hacks website. |
| | 5 | Download the Python and !PyGame binaries from THPs [http://thp.io/2011/webos/ WebOS hacks] website. |
| | 6 | |
| | 7 | Download some PyGame progam that can be used to test if PyGame is actually working. Possible candidates: |
| | 8 | * [http://www.rhodiumgames.com/rhodium-minis/thrifty-threesome-thriller/ Thrifty Threesome Thriller] |
| | 9 | * [http://thp.io/2011/webos/accelerometer.py accelerometer demo] |
| | 10 | * the THP provided files also include a simple testing file named ''example.py'' |
| 6 | 11 | |
| 7 | 12 | == The startup script == |