On Friday 22 June 2007 4:23 pm, Giovanni Bajo wrote:
> 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.Ok. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
