1 2 3 4 5 6 7 8
try: import idle except SystemExit: raise except: import traceback traceback.print_exc() raw_input("Hit return to exit...")