Re: [Tutor] Checking and showing all errors before of exit

2005-05-23 Thread Kent Johnson
Jonas Melian wrote: > Kent Johnson wrote: > >>>Is there any way of checking all possible errors, show you all error >>>messages, and then exit. >> >>I don't understand your question. Can you give an example of what you would >>like to do? >> > > The idea was check all exceptions before of exit.

Re: [Tutor] Checking and showing all errors before of exit

2005-05-23 Thread Jonas Melian
Kent Johnson wrote: > >>Is there any way of checking all possible errors, show you all error >>messages, and then exit. > > I don't understand your question. Can you give an example of what you would > like to do? > The idea was check all exceptions before of exit. I made it :) flag_error = Fa

Re: [Tutor] Checking and showing all errors before of exit

2005-05-22 Thread Kent Johnson
Jonas Melian wrote: > Is there any way of checking all possible errors, show you all error > messages, and then exit. > > If i use :: sys.exit("error message") :: it only shows this error > message before of exit. I don't understand your question. Can you give an example of what you would like t

[Tutor] Checking and showing all errors before of exit

2005-05-21 Thread Jonas Melian
Is there any way of checking all possible errors, show you all error messages, and then exit. If i use :: sys.exit("error message") :: it only shows this error message before of exit. Thanks in advance! ___ Tutor maillist - Tutor@python.org http://mai