--- a/install.py Sat Sep 04 19:51:19 2010 +0200 +++ b/install.py Sat Sep 04 19:51:48 2010 +0200 @@ -218,7 +218,7 @@ if not os.path.exists(pdir): os.mkdir(pdir, 0o755) f = open(fname, "w", encoding = "utf-8") - f.write(\ + f.write( '''# -*- coding: utf-8 -*- """ @@ -845,4 +845,4 @@ 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 + raise \ No newline at end of file