At Friday 6/10/2006 12:53, Josh Bloom wrote:
What I would like to do is write out the state of my script when an
error is encountered. I've been looking at the traceback module and
think Im on the right track, but I haven't figured out a way to
write out all of the programs current variables.
Hello PyListers, I have a python script that runs nightly and fetches info from various webservers and does some processing on the data. Occasionally my script has a problem and is unable to finish its work. I have try blocks and logging for most of the errors that can happen.
What I would like to