31 May
2004
31 May
'04
5:48 p.m.
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