diff -r 5bc6ed226471 -r 881340f4bd0c patch_modpython.py --- a/patch_modpython.py Sun Nov 15 13:31:39 2015 +0100 +++ b/patch_modpython.py Sun Nov 15 13:52:29 2015 +0100 @@ -158,7 +158,7 @@ main(sys.argv) except SystemExit: raise - except: + except Exception: print("""An internal error occured. Please report all the output of""" """ the program,\nincluding the following traceback, to""" """ eric-bugs@die-offenbachs.de.\n""")