5 Oct
2001
5 Oct
'01
3:15 p.m.
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.