Hi,

I ve got a little problem:

I am starting a python script within a python script.

how do i pass the variables from one to the other?

(i tried setting the request variables and getting the values by the
python script but it didnt work)

it looks like this:

Python-Script:

code of python script1

container.REQUEST.set('value', '123') <-------------I tried this but my
script didnt get the value

container.py2  <----Second python script should get values by the
request variable

code of python script1


Sebastian


_______________________________________________
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 )

Reply via email to