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