[19:38:58] <mboehm> aclark: It was pretty good though. Ryan showed off a python proxy he's been working on, someone gave a primer on python's logging modules, and I gave a brief demo of pdb
[19:46:16] <mboehm> I've been toying with the Idea of using weberror for typical non-wsgi apps, but can't decide if it's novel or just a dirty hack
[19:47:42] <mboehm> has anyone here played with weberror before? I stumbled upon it almost by accident when we migrated to turbogears at work and it uses weberror by default for dev servers
[19:49:00] <aclark> mboehm: i haven't, but you might find bbangert in the #pyramid channel
[19:49:20] <mboehm> alright, I might hop over there in a bit then
[19:49:44] <mboehm> don't want to let myself get too distracted from this AI class video
[19:49:50] <aclark> mboehm: tell'em DC Python sent you ;-)
[19:50:49] <mboehm> essentially when your wsgi app crashes, it links you to a page with the full traceback, and at each level of the stack, it gives you an input bar that lets you evaluate python statements on that level of the stack
[19:51:13] <mboehm> so similar functionality to pdb's error mode, but in a nice webpage