Michele Cella wrote:
It might be nice to look into merging some of the changes I made in the
paste-error-reporting branch into Kid.  But to use that in TurboGears
requires using Paste's exception formatter.  But if you want to move to
paste.evalexception (which you should want to do), then you'd be doing
that anyway.  That also gives you access to view local variables.



Once this ticket:

http://www.cherrypy.org/ticket/461

finds it's way into CherryPy it should be possible to use the
paste.evalexception middleware right?

Right now it should be fairly easy already, either using CherryPaste, or just putting it in place manually so long as you are only running locally (where the app is mounted at the root, and the SCRIPT_NAME/PATH_INFO issues won't bite you).

--
Ian Bicking  |  [EMAIL PROTECTED]  |  http://blog.ianbicking.org

Reply via email to