install-i18n.py

changeset 3036
30c81c9e88b8
parent 2992
dbdf27746da5
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3035:36e9f388958b 3036:30c81c9e88b8
122 try: 122 try:
123 main(sys.argv) 123 main(sys.argv)
124 except SystemExit: 124 except SystemExit:
125 raise 125 raise
126 except: 126 except:
127 print( 127 print("""An internal error occured. Please report all the output of"""
128 """An internal error occured. Please report all the output of the program, 128 """ the program,\nincluding the following traceback, to"""
129 including the following traceback, to eric5-bugs@eric-ide.python-projects.org. 129 """ eric5-bugs@eric-ide.python-projects.org.\n""")
130 """)
131 raise 130 raise

eric ide

mercurial