Is there a way to do try: something except: print "Unexpected error:", sys.exc_info()[0] in a PythonScript? Fernando