close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.ticket.admin.VersionAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Sep 4, 2012, 3:20:28 PM (14 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v1
|
|
| | 1 | = Porting modRana to Tizen = |
| | 2 | |
| | 3 | [[PageOutline]] |
| | 4 | |
| | 5 | Tizen base should contain Python, so this main modRana dependency should be already available. As for a GUI library, Qt seems to be probably the best bet. Tizen also uses EFL, which has some Python bindings, but would require a new GUI module. |
| | 6 | |
| | 7 | == Prerequisites == |
| | 8 | |
| | 9 | == Qt == |
| | 10 | There is a walktrough for building Qt on Tizen from THP: |
| | 11 | |
| | 12 | == !PySide == |
| | 13 | |
| | 14 | == Qt Components == |
| | 15 | |