28 Feb
2006
28 Feb
'06
6:54 p.m.
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