I found a bug in the error handler where, if an error occurs on retry, it throws that blocking error message and stops mining

Gonna fix that...
Also, just wondering: is there a way to set up poclbm to spit out a verbose log, perhaps with a config file?
Well, poclbm has a -verbose switch, but when I use that it forces the stats refresh rate to 60 seconds instead of the 1 second it's set to right now, and you can't customize it at all. I'm not a huge fan of that, so I want to try to get a working python environment so I can tweak the code for my own purposes. (I also want to have a flag to dump platforms and devices and then exit, which you can't quite do right now, that's why detecting hardware takes a little while)