[Zope-dev] Unauthorized error with this code

2001-09-17 Thread Servizio tecnico NOMOS
In Python: def Funzione1(): class Trecord: NOME = '' result = [] r = Trecord() r.NOME = 10 #First element result.append(r) r.NOME = 20 #Second element result.append(r) return result In Zope I use this function: !--#with "_(qry=Funzione1())"-- !--#in qry-- dtml-var NOMEBR

Re: [Zope-dev] Unauthorized error with this code

2001-09-17 Thread Steve Alexander
Servizio tecnico NOMOS wrote: *This work and diplay correctly: test test.* ** *This problem there is only ZOPE 2.4.0, the precedent version is run OK.* ** *Can you help ME ?* You should read up on the Zope security model. You'll need to make security declarations in that