[Zope] invalid property value: wrapped object

Dieter Maurer dieter at handshake.de
Tue Mar 6 15:26:08 EST 2007


Anthony Monta wrote at 2007-2-23 09:39 -0800:
>Running Zope 2.6.1/Python 2.1.3, I get the following error when I try
>to pass form values to a custom ZClass instance-creating method:
>
>Error Type: ValueError
>Error Value: Invalid property value: wrapped object

Apparently, you try to store an acquisition wrapped object into
a property. This will not work.



-- 
Dieter


More information about the Zope mailing list