Hello, I am trying to catch the Ctrl-C exception to close the qapplication I am running. How do i do that? try: qapp.exec_() except KeyboardInterupt as e: ... doesn't work! Please help, -- Emmanuel