[Zope] how to print error stack trace

Michel Pelletier michel@digicool.com
Thu, 9 Sep 1999 11:17:01 -0400


> -----Original Message-----
> From: Evan Simpson [mailto:evan@tokenexchange.com]
> Sent: Thursday, September 09, 1999 9:50 AM
> To: Jay, Dylan
> Cc: zope@zope.org
> Subject: Re: [Zope] how to print error stack trace
> 
> 
> Errors which occur before the URL is fully resolved, and the resulting
> object called, generate hardwired error pages.  Only after 
> that process is
> complete is there an acquisition context in which 
> standard_error_html can be
> found.
> 

This changed with 2.0.  Most errors in ZPublisher now hook into
standard_error_message (with minor exceptions, for example, if an error
is raised while trying to render standard_error_message).

-Michel