[Zope-dev] namespace binding in pythonscript

2001-03-05 Thread R. David Murray

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


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] namespace binding in pythonscript

2001-03-05 Thread R. David Murray

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


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )