5 Mar
2001
5 Mar
'01
9:27 p.m.
On Mon, 5 Mar 2001, R. David Murray wrote:
Has the problem with the binding of the namespace in pythonscript been fixed in cvs (if so will it be in b2)? It's a pain to having to call my pythonscript methods using xyz(_=_).
Hmm. Actually, it's worse than that, since this particular method is getting called via URL, so I *can't* pass it the namespace explicitly. This is breaking my site. Guess I'll have to write a dtml wrapper as a workaround. --RDM