13 Dec
2000
13 Dec
'00
7:29 p.m.
From: Evan Simpson <evan@4-am.com>
I haven't tried installing PythonScripts in a pre-2.3 Zope, but I have no reason to expect that it would fail, except in one feature: Since pre-2.3 Zopes don't support the __render_with_namespace__ protocol, you would always have to pass parameters explicitly when calling from DTML, and wouldn't be able to bind the caller's namespace.
After a little experimentation, I was able to get it to run with Zope 2.0.0. It required small changes to __init__.py and Guarded.py, which are available through cvs.zope.org. Cheers, Evan @ digicool & 4-am