[Zope] Zope 2.8.0 monkey patch issue

2005-06-13 Thread Pascal Peregrina
Hi, I am trying to migrate from Zope 2.7.6 to 2.8.0 In some product I did, I need to monkey patch some OFS and CMF classes (I do this in product init). I get this error whenever I try to do someclass.__dict__[someclassattributename]=newvalue : TypeError: object does not support item assignment

Re: [Zope] Zope 2.8.0 monkey patch issue

2005-06-13 Thread Bernd Dorn
Pascal Peregrina wrote: Hi, I am trying to migrate from Zope 2.7.6 to 2.8.0 In some product I did, I need to monkey patch some OFS and CMF classes (I do this in product init). I get this error whenever I try to do someclass.__dict__[someclassattributename]=newvalue : TypeError: object does

Re: [Zope] Zope 2.8.0 monkey patch issue

2005-06-13 Thread Tino Wildenhain
Am Montag, den 13.06.2005, 12:26 +0200 schrieb Bernd Dorn: Pascal Peregrina wrote: Hi, I am trying to migrate from Zope 2.7.6 to 2.8.0 In some product I did, I need to monkey patch some OFS and CMF classes (I do this in product init). I get this error whenever I try to do

RE: [Zope] Zope 2.8.0 monkey patch issue

2005-06-13 Thread Pascal Peregrina
Thanks, that works ! Pascal -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Bernd Dorn Envoyé : lundi 13 juin 2005 12:26 À : 'zope@zope.org' Objet : Re: [Zope] Zope 2.8.0 monkey patch issue Pascal Peregrina wrote: Hi, I am trying to migrate from Zope