Hello PyListers, <br><br>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. 
<br><br>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. Is there a handy module that can do something like that?
<br><br>Thanks,<br>Josh<br><br>