namespace binding in pythonscript
5 Mar
2001
5 Mar
'01
9:21 p.m.
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(_=_). --RDM
5 Mar
5 Mar
9:27 p.m.
New subject: [Zope-dev] namespace binding in pythonscript
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
9168
Age (days ago)
9168
Last active (days ago)
1 comments
1 participants
participants (1)
-
R. David Murray