[Zope] ac_acquire error happens after inheriting from Folder

Dieter Maurer dieter at handshake.de
Tue Feb 28 13:54:26 EST 2006


Palermo, Tom wrote at 2006-2-28 11:25 -0500:
>I have a class called Contact that is now inheriting from Folder. After I
>did this, I get the following error when attempting to add a new Contact:
> 
>Exception Type   AttributeError
>Exception Value  aq_acquire

Only acquisition wrappers have the "aq_acquire" method.
Looks at if your object were not an acquisition wrapper...

-- 
Dieter


More information about the Zope mailing list