close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.ticket.admin.ComponentAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Feb 18, 2013, 12:24:51 AM (13 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v32
|
v33
|
|
| 8 | 8 | * and how to bundle them with your Python program in a standalone APK |
| 9 | 9 | '''NOTE:''' If you just want to run you Python & !PySide programs on Android, you can skip the ''Building !PySide'' section and go directly to [wiki:PySideForAndroid#PySideforAndroidexampleapplication PySide for Android example application] & [wiki:PySideForAndroid#ExampleprojectfortheNecessitasQtCreator Example project for the Necessitas Qt Creator] |
| | 10 | |
| | 11 | See [wiki:PySideForAndroid#Links Links], for [wiki:PySideForAndroid#Sourcecodelisting source code] & [wiki:PySideForAndroid#Binarylisting pre-built binaries]. |
| 10 | 12 | |
| 11 | 13 | |
| … |
… |
|
| 402 | 404 | |
| 403 | 405 | === Binary listing === |
| 404 | | List of relevant pre-build binaries |
| | 406 | List of relevant pre-built binaries |
| 405 | 407 | |
| 406 | 408 | !PySide libraries[[BR]] |
| … |
… |
|
| 429 | 431 | * [http://hg.microcode.ca/blackberry-py/wiki/Building%20PySide the BlackBerry-Py Building PySide guide] - I've used this as a base when making the Android build scripts |
| 430 | 432 | * [http://qt-project.org/ Qt ] - provides the GUI toolkit :) |
| 431 | | * [http://qt-project.org/wiki/PySide PySide] - for provides the Python-Qt bindings |
| | 433 | * [http://qt-project.org/wiki/PySide PySide] - provides the Python-Qt bindings |
| 432 | 434 | |
| 433 | 435 | Thanks a lot - without you, this would not be possible! :) |