Corrected the last change again.

Sat, 16 Feb 2013 16:32:32 +0100

author
"Detlev Offenbach <detlev@die-offenbachs.de>"
date
Sat, 16 Feb 2013 16:32:32 +0100
changeset 2423
bf4e888d72ab
parent 2421
d3bf4def72d7
child 2424
8fe1fdc174ab

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

eric ide

mercurial