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:
-
Sep 24, 2014, 12:10:22 AM (12 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v11
|
v12
|
|
| 70 | 70 | This tells the project to use our locally available Python 3 compiled for Android instead of the system-wide Python 3 when building !PyOtherSide. |
| 71 | 71 | |
| | 72 | We also need to prevent fetching some other local Python stuff. Therefore in ''python.pri'' (directly in the ''pyotherside-1.3.0'' folder) comment out these lines: |
| | 73 | |
| | 74 | {{{ |
| | 75 | isEmpty(PYTHON_CONFIG) { |
| | 76 | PYTHON_CONFIG = python3-config |
| | 77 | } |
| | 78 | }}} |
| | 79 | |
| | 80 | The result should look like this: |
| | 81 | |
| | 82 | {{{ |
| | 83 | #isEmpty(PYTHON_CONFIG) { |
| | 84 | # PYTHON_CONFIG = python3-config |
| | 85 | #} |
| | 86 | }}} |
| | 87 | |
| 72 | 88 | ==== Building the !PyOtherSide project in !QtCreator ==== |
| 73 | 89 | |