install.py

changeset 3807
91fc2089c401
parent 3778
0c5bc18da740
child 3897
ae4d4d69ad40
equal deleted inserted replaced
3806:743e085ba266 3807:91fc2089c401
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

eric ide

mercurial