Sat, 16 Feb 2013 16:32:32 +0100
Corrected the last change again.
install.py | file | annotate | diff | comparison | revisions |
--- a/install.py Sat Feb 16 16:03:17 2013 +0100 +++ b/install.py Sat Feb 16 16:32:32 2013 +0100 @@ -404,7 +404,7 @@ shutil.rmtree("/Applications/" + macAppBundleName) except (IOError, OSError) as msg: - sys.stderr.write('IOError: {0}\nTry install with admin rights.\n'.format(msg)) + sys.stderr.write('Error: {0}\nTry install with admin rights.\n'.format(msg)) exit(7) @@ -519,7 +519,7 @@ createGlobalPluginsDir() except (IOError, OSError) as msg: - sys.stderr.write('IOError: {0}\nTry install with admin rights.\n'.format(msg)) + sys.stderr.write('Error: {0}\nTry install with admin rights.\n'.format(msg)) return(7) # copy some text files to the doc area @@ -1087,7 +1087,7 @@ else: cleanUp() except (IOError, OSError) as msg: - sys.stderr.write('IOError: {0}\nTry install as root.\n'.format(msg)) + sys.stderr.write('Error: {0}\nTry install as root.\n'.format(msg)) exit(7) # Create a config file and delete the default one