[Zope] Re: Exceptions and Python Scripts

Evan Simpson evan@digicool.com
Wed, 7 Feb 2001 18:49:16 -0500


From: "Chris Withers" <chrisw@nipltd.com>
> I'd like to do a try...except in a Python Script.
>
> Unfortunately, it doesn't look like I'm allowed to import the exceptions
module:

You shouldn't need to; most of the Exceptions are builtins.

Cheers,

Evan @ digicool