install.py

changeset 2428
11e6e63a89d0
parent 2423
bf4e888d72ab
child 2480
30477cebf808
--- a/install.py	Sat Feb 23 11:29:01 2013 +0100
+++ b/install.py	Sat Feb 23 11:40:30 2013 +0100
@@ -71,7 +71,10 @@
     global currDir
     
     if sys.platform.startswith("win"):
-        input("Press enter to continue...")
+        try:
+            input("Press enter to continue...")
+        except EOFError:
+            pass
     
     os.chdir(currDir)
     

eric ide

mercurial