[Zope] RestrictedPython module problem
Dieter Maurer
dieter at handshake.de
Mon May 31 13:48:43 EDT 2004
Marcin Dobrzycki wrote at 2004-5-31 14:07 +0200:
>Hi. I try to transfer my application to newer versions of Zope and Plone.
>I've been using Zope 2.6. (Python 2.1.3), Plone 1.0.?. Now I want to use
>Zope 2.7, Plone 2.0.?. After dealing with some simple problems I got
>something I couldnt'n handle. Looks like implementation of
>RestrictedPython module has changed, the getiter (_getiter_) variable has
>been used, and I got trouble because of that. Stack trace:
This has been discussed in the mailing list. Search the archives,
for details.
Your problem may disappear (not sure though) when you wrap
the access with a "list(...)".
--
Dieter
More information about the Zope
mailing list