I have a small python script method which works fine unless I bind the Namspace to a variable (even if I don't actually use the variable), which causes a MemoryError that appears to be due to deep (infinite?) recursion in the __render_with_namespace__ method (Bindings.py, line 355). Zope 2.3b2 -- Tim Moore