Jonathan wrote:
Thanks to everyone for the feedback... the bottom line seems to be that you can NOT trap zope exceptions in a python script... which seems a bit odd.

Of course you can. You just are restricted from importing certain things, which happens to include this class of exception. Probably it is safe for Zope to allow importing this in restricted code; feel free to file a bug report.

But you have easy avenues to deal with this: either declare that class safe for import or take a couple extra seconds and write it in an External Method.

                --jcc
--
"Building Websites with Plone"
http://plonebook.packtpub.com/

Enfold Systems, LLC
http://www.enfoldsystems.com
_______________________________________________
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