1115 print("QScintilla Version: ", QSCINTILLA_VERSION_STR) |
1115 print("QScintilla Version: ", QSCINTILLA_VERSION_STR) |
1116 print("All dependencies ok.") |
1116 print("All dependencies ok.") |
1117 print() |
1117 print() |
1118 |
1118 |
1119 |
1119 |
1120 # TODO: PyQt4 |
|
1121 def compileUiFiles(): |
1120 def compileUiFiles(): |
1122 """ |
1121 """ |
1123 Compile the .ui files to Python sources. |
1122 Compile the .ui files to Python sources. |
1124 """ # __IGNORE_WARNING__ |
1123 """ # __IGNORE_WARNING__ |
1125 global sourceDir |
1124 global sourceDir |