[Zope] Error handling and super users....

Andy McKay AndyM@ActiveState.com
Fri, 30 Jun 2000 09:25:27 -0700


Hi Tino

> My be <dtml-try> is what you want?

A dtml try works well in dtml in a file. But take an error such as "object
not found" (analogous to 404) or some other error that does not specifically
call a method. Or does it? This is the question I guess. Yes I use try and
except's quite a bit.

> Look for the options of zpasswd.py.
> You can run it interactively with "python zpasswd access"
> at the last step you are asked for valid domains.

Oops that one was obvious. Sorry!