[Zope] zope product making: attribute error, value=globals
Dieter Maurer
dieter@handshake.de
Fri, 28 Sep 2001 00:43:06 +0200 (CEST)
bak (kedai) writes:
> i'm making a product that subclass DTMLD ocument. i can add the product,
> view all tabs in zmi (security, edit, proxy, etc), but i can't view the
> product instance.
>
> attached is the error and traceback, and snippets of the code.
>
> what am i missing?
> thanks
>
> ---
> Error Type: AttributeError
> Error Value: globals
Almost surely, your "__init__" method did not call
the "__init__" of the inherited class (it should do that...)
Dieter