[Zope] KeyError with everything

Dieter Maurer dieter at handshake.de
Mon Jan 31 13:23:29 EST 2005


Jamie van Dyke wrote at 2005-1-31 03:04 +0000:
> ...
>I'm new to zope, and google has been fruitless on this.

One of the first things, you should learn:

  Whenever you see an "*Error" (such as "KeyError", "NameError",
  "AttributeError", ...), look at the traceback.

  You find it in your "error_log" object, situated in your
  Zope "Root Folder" (in the Management Interface).

  When you report errors, include at least:
  "ErrorType", "ErrorValue" and the traceback (all from the
  "error_log").

-- 
Dieter


More information about the Zope mailing list