[Zope] sequence-item from Python Script

Milos Prudek milos.prudek@worldonline.cz
Sat, 18 Aug 2001 21:23:07 +0200


Hi,

I need the following Script (Python) to work:

for i in context.objectIds('ORL_Art'):
  print context._['sequence-item']
return printed


... but it doesn't work. Obviously, I'm not expressing the
_['sequence-item'] correctly. I'd be grateful for any hints...

--
Milos Prudek