[Zope] AQ Error

Dieter Maurer dieter@handshake.de
Thu, 14 Feb 2002 22:10:51 +0100


Chris A. Bruce writes:
 > Does anyone know why I would be getting this exception?
 >   Error: AttributeError - aq_acquire
 > ...
 >   File "/usr/local/www/Zope-2.4/lib/python/OFS/ObjectManager.py", line 256, in _subobject_permissions
 >     return (Products.__ac_permissions__+
 > AttributeError: aq_acquire
Some code in "ObjectManager:256" tries to acquire something from an
object that is not acquisition wrapped...

The traceback tells you further that you are in the let and
try to call "manager_permission". Apparently, "e" is not acquisition
wrapped.


Dieter