#!/usr/bin/python2.5 -O import sys, traceback try: raise Exception except Exception: traceback.print_last()