Re: [Zope] Error Value: Can't pickle objects in acquisition wrappers

2006-05-22 Thread Dieter Maurer
jose carlos wrote at 2006-5-22 17:24 +0200: >I have a product with a container class to save a list of groups and >others objects.. You must take care not to store values containing (or being) AcquisitionWrappers in attributes of persistent objects. -- Dieter

Re: [Zope] Error Value: Can't pickle objects in acquisition wrappers

2006-05-22 Thread Gabriel Genellina
At Monday 22/5/2006 12:24, jose carlos wrote: I have a product with a container class to save a list of groups and others objects.. TypeError: Can't pickle objects in acquisition wrappers. That means that you have an object with an attribute that is acquisition-wrapped. That is, self.xxx