diff -r 21509a6de6e0 -r a68c882ad6cc install.py --- a/install.py Sat Feb 16 16:30:26 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)