20 Jun
2005
20 Jun
'05
9:12 a.m.
Hi, I am new to Zope and not a programmer. It is a little bit complex for me. I am very frustrated, as I can not find the solution for a pretty simple task: I would like to have persistent object with dictionaries. I think I do not need a ZClass or Product, just a simple object for holding mutable and persistent dictionaries (Manipulating with Script). Like MyObject: dict1 = [ a:1, b:1, c:1, ...] dict2 = [ a:2, d:4, e:6] etc. Thanks for your help in advance, Tamas