Beginner's question...

Hans Nowak wurmy at earthlink.net
Sat Nov 24 13:38:04 EST 2001


Power-Tech wrote:
> 
> Hey guys,
> Thank you very much for the answers....I loved this group and I'll
> definitely stick around to share your expertise!
> I used the solution mentioned by Jeff:
> At the very end of your script, add this line: raw_input("Press Enter
> to Finish")

This is a solution that usually works well, but keep in mind that
if your script raises an exception, that last line may never be
reached. (Unless you wrap everything in a try-finally or so.) 
So if the window disappears anyway, you know something went wrong. :-)

--Hans



More information about the Python-list mailing list