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:[EMAIL PROTECTED]
| Digital Creations          http://www.digicool.com/
| Creators of Zope               http://www.zope.org/
| ZopeStudio: http://www.zope.org/Products/ZopeStudio
-----------------------------------------------------

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to