Hello Phil,

would you mind applying this patch?

@@ -965,6 +1137,8 @@
     while 1:
         try:
             resp = raw_input("Do you accept the terms of the license? ")
+        except KeyboardInterrupt:
+            raise SystemExit
         except:
             resp = ""


I find natural to break out with CTRL+C.
--
Giovanni Bajo

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to