patch_modpython.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
157 try: 157 try:
158 main(sys.argv) 158 main(sys.argv)
159 except SystemExit: 159 except SystemExit:
160 raise 160 raise
161 except: 161 except:
162 print( 162 print("""An internal error occured. Please report all the output of"""
163 """An internal error occured. Please report all the output of the program, 163 """ the program,\nincluding the following traceback, to"""
164 including the following traceback, to eric-bugs@die-offenbachs.de. 164 """ eric-bugs@die-offenbachs.de.\n""")
165 """)
166 raise 165 raise

eric ide

mercurial