--- a/install.py Sun Nov 15 13:31:39 2015 +0100 +++ b/install.py Sun Nov 15 13:52:29 2015 +0100 @@ -1372,7 +1372,7 @@ print("The configuration dictionary in '{0}' is incorrect." " Aborting".format(arg)) exit(6) - except: + except Exception: cfg = {} elif opt == "-m": macAppBundleName = arg @@ -1503,7 +1503,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@eric-ide.python-projects.org.\n""")