How to pass values from python script back to calling dtml-method ???
Greeting, people ! I may seem completely ignorant, but Zope namespaces are driving me wild for the last couple of days :-( I need to solve a pretty simple task: I have a dtml-method which calls a Python script. When that python script is through, it has a variable (say, returnValue="return value"). How can I access this variable in calling dtml method ? Please help !!!!
"Anton A. Zotov" <futurb@nh.km.ua> writes:
Greeting, people ! I may seem completely ignorant, but Zope namespaces are driving me wild for the last couple of days :-( I need to solve a pretty simple task: I have a dtml-method which calls a Python script. When that python script is through, it has a variable (say, returnValue="return value"). How can I access this variable in calling dtml method ? Please help !!!!
Maybe I don't understand, anyway, did you try return returnValue in your Python script? HIH Siggy -- Siggy Brentrup - bsb@winnegan.de - http://www.winnegan.de/ ****** ceterum censeo javascriptum esse restrictam *******
participants (2)
-
Anton A. Zotov -
Siggy Brentrup