I've written a few classes that I have been testing in IDLE. However, every time I make a change to the classes based on the testing I have to walk through all he steps of preparing the classes for testing again.
So I wrote a script that does all the set-up work for me. The only problem is when I run this script using the Python interpreter I can't get the command prompt to stay up long enough for me to read the message. How do I get the command prompt to stay up? Is there a way to run my script and view the error message in IDLE? Thanks for the help. Scott Huey P.S. - I'm using Windows XP with the latest Python 2.3. -- http://mail.python.org/mailman/listinfo/python-list