If you did want a linux version you could just make people send a
KeyboardInterupt.


try:
    print "Press ^C to stop"
    loop
except KeyboardInterrupt:
    some stop action or just pass

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to