Is there anyway to do something like this:
try: ... except Exception: print the Exception message (and maybe other info)
import traceback traceback.print_exc()
See the docs on that module for how that works and many other possibilities.
-Peter -- http://mail.python.org/mailman/listinfo/python-list