--- a/install-i18n.py Sun Oct 06 19:52:33 2013 +0200 +++ b/install-i18n.py Mon Oct 07 19:10:11 2013 +0200 @@ -62,7 +62,8 @@ print(" {0} [-hp]".format(progName)) print("where:") print(" -h display this help message") - print(" -p install into the private area ({0})".format(configDir)) + print(" -p install into the private area ({0})".format( + configDir)) sys.exit(rcode) @@ -123,7 +124,8 @@ except SystemExit: raise except: - print("""An internal error occured. Please report all the output of the program, + print( +"""An internal error occured. Please report all the output of the program, including the following traceback, to eric5-bugs@eric-ide.python-projects.org. """) raise