>
>
> Whenever you get exceptions, you should look at the error
> description in your "error_log" object (in the Zope "Root Folder" of the
> ZMI).
> There, you can see (in the so called traceback) where the exception
> has been raised. This is invaluable information.
>
> --
> Dieter
>

Thanks, another question

is possible have a general except and inside show what type is?
in dtml was
<dtml-try>
...
<dtml-except>
  type:<dtml-var error_type>  value: <dtml-var error_value>
</dtml-try>


-- 
________________________________________
Lo bueno de vivir un dia mas
es saber que nos queda un dia menos de vida
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to