> Something like this? > >>> import sys >>>> while 1: > ... sys.exit('Exiting from Infinite Loop') > ... > Exiting from Infinite Loop
I still get a traceback message from the console. I just want a clean exit without that. I have a feeling I'm thinking about something the wrong way ;') Traceback (most recent call last): File "c:\Python33\Progs\fileActions.py", line 17, in <module> builtins.SystemExit: you messed up too many times Jim _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor