close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.admin.web_ui.PluginAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Oct 27, 2013, 1:07:50 AM (12 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 29 | 29 | |
| 30 | 30 | On each platform, the application will load the same UC module, which will actually correspond to the abstraction module specific for the platform. |
| | 31 | |
| | 32 | == Debuging == |
| | 33 | To debug this (or any other import related QML issues), just enable QML import debugging: |
| | 34 | |
| | 35 | {{{ |
| | 36 | export QML_IMPORT_TRACE=1 |
| | 37 | }}} |
| | 38 | |
| | 39 | After this environmental variable is set, QML will start printing import debugging messages to standard output. |