install-i18n.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
124 try: 124 try:
125 main(sys.argv) 125 main(sys.argv)
126 except SystemExit: 126 except SystemExit:
127 raise 127 raise
128 except: 128 except:
129 print( 129 print("""An internal error occured. Please report all the output of"""
130 """An internal error occured. Please report all the output of the program, 130 """ the program,\nincluding the following traceback, to"""
131 including the following traceback, to eric5-bugs@eric-ide.python-projects.org. 131 """ eric5-bugs@eric-ide.python-projects.org.\n""")
132 """)
133 raise 132 raise

eric ide

mercurial