patch_modpython.py

changeset 3036
30c81c9e88b8
parent 2992
dbdf27746da5
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3035:36e9f388958b 3036:30c81c9e88b8
155 try: 155 try:
156 main(sys.argv) 156 main(sys.argv)
157 except SystemExit: 157 except SystemExit:
158 raise 158 raise
159 except: 159 except:
160 print( 160 print("""An internal error occured. Please report all the output of"""
161 """An internal error occured. Please report all the output of the program, 161 """ the program,\nincluding the following traceback, to"""
162 including the following traceback, to eric-bugs@die-offenbachs.de. 162 """ eric-bugs@die-offenbachs.de.\n""")
163 """)
164 raise 163 raise

eric ide

mercurial