[Zope] Permission Problem

Dieter Maurer dieter@handshake.de
Tue, 30 Oct 2001 23:14:52 +0100 (CET)


Markus Schaber writes:
 > Dieter Maurer wrote:
 > > ....
 > There you say that the class has to inherit from Acquisition.Implicit.
 > 
 > My class is defined with 
 >   class zawiw(SimpleItem.SimpleItem):
 > 
 > This is defined as:
 >   class SimpleItem(Item, Globals.Persistent,
 >                    Acquisition.Implicit,
 >                    AccessControl.Role.RoleManager,
 >                    ):
 > 
 > So my class indirectly inherits from Acquisition.Implicit, this should
 > be sufficient.
 > 
 > Or am I wrong here?
No, you are right!
Apparently, a different problem...

You are sure that the namespace is intact where you try to call
your constructors?


Dieter