Hi, when I try to catch ctrl+c with
except KeyboardInterrupt: pychecker tells me Catching a non-Exception object (KeyboardInterrupt) It works fine, but the message indicates that it's not completely clean. How should I write the exception correctly? Thanks, Michael -- http://mail.python.org/mailman/listinfo/python-list