When a number is the id of a folder
5 Oct
2001
5 Oct
'01
2:06 p.m.
In Zope, I can create a folder with the id "1" But then, I can't call it through a python script container.1.anything() gives "invalid syntax" -- __o _ \<_ (_)/(_) Saludos de Julián EA4ACL -.-
5 Oct
5 Oct
3:15 p.m.
New subject: [Zope] When a number is the id of a folder
On Fri, Oct 05, 2001 at 02:06:28PM +0000, JuliАn MuЯoz DomМnguez wrote:
In Zope, I can create a folder with the id "1"
But then, I can't call it through a python script container.1.anything() gives "invalid syntax"
Try container['1']. Or getattr(container, '1'). Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
8948
Age (days ago)
8948
Last active (days ago)
1 comments
2 participants
participants (2)
-
Julián Muñoz Domínguez -
Oleg Broytmann