Re: [Zope-dev] ComputedAttribute, Persitent and too many datafull base classes

2001-10-21 Thread Phillip J. Eby
At 03:44 PM 10/20/01 +0200, Godefroid Chapelle wrote: Hi, In a product I am writing, I am trying to add a ComputedAttribute to an instance of a Folder descendant class. This is the code I use: def addComputedAttribute(self, attributeName, sourceCode): methodName = '_ca_get%s' %

[Zope-dev] Re: International Objects

2001-10-21 Thread Tim McLaughlin
Roger, I've identified a serious weirdness that causes InternationalObjects not to work. It's this... InternationalObjects - works on 2.4.0 and 2.4.0 upgraded to 2.4.1 but does not work on clean 2.4.1 install. This indicates an disconnect between the upgrade and clean install paths (at least