compileUiFiles.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 3778
0c5bc18da740
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
3 3
4 # Copyright (c) 2009 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2009 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Script for eric5 to compile all .ui files to Python source. 8 Script for eric6 to compile all .ui files to Python source.
9 """ 9 """
10 10
11 from __future__ import unicode_literals 11 from __future__ import unicode_literals
12 from __future__ import print_function 12 from __future__ import print_function
13 13
123 raise 123 raise
124 except: 124 except:
125 print( 125 print(
126 "\nAn internal error occured. Please report all the output of the" 126 "\nAn internal error occured. Please report all the output of the"
127 " program, \nincluding the following traceback, to" 127 " program, \nincluding the following traceback, to"
128 " eric5-bugs@eric-ide.python-projects.org.\n") 128 " eric-bugs@eric-ide.python-projects.org.\n")
129 raise 129 raise

eric ide

mercurial