diff -r b5e4e7efa904 -r 23e8b848efb0 install.py --- a/install.py Thu Oct 29 19:06:49 2015 +0100 +++ b/install.py Thu Oct 29 19:10:20 2015 +0100 @@ -738,7 +738,7 @@ try: shutilCopy(name, cfg['ericDocDir']) except EnvironmentError: - print("Could not install '{1}'.".format(name)) + print("Could not install '{0}'.".format(name)) # copy some more stuff for name in ['default.e4k', 'default_Mac.e4k']: