> The problem is: how can I access the message string of the exception? try: raise RuntimeError("Gee, I wonder what this is?", "Oh, and how about this too?") except RuntimeError, e: print e // m -