[Zope] <dtml-try> error in 2.2.0b3?
Martijn Pieters
mj@digicool.com
Mon, 3 Jul 2000 18:59:02 +0200
On Mon, Jul 03, 2000 at 06:41:45PM +0200, Stefan Franke wrote:
> When rendering a DTML document with the following content
>
> <dtml-var standard_html_header>
>
> <dtml-try>
> <dtml-var "1/0">
> <dtml-except ZeroDivisionError>
> 1/0 failed
> </dtml-try>
>
> <dtml-var standard_html_footer>
>
> Zope reports
>
> Error Type: TypeError
> Error Value: unexpected keyword argument: error_type
>
> with the traceback below. Am I doing something wrong?
> If it is a bug and has been reported already, sorry for the
> noise (I'm currently not subscribed to the list).
This is a bug in 2.2.0b3, and is fixed in the upcoming 2.2.0b4 release.
--
Martijn Pieters
| Software Engineer mailto:mj@digicool.com
| Digital Creations http://www.digicool.com/
| Creators of Zope http://www.zope.org/
| ZopeStudio: http://www.zope.org/Products/ZopeStudio
-----------------------------------------------------