[Zope] PythonScript calls PythonScript

Horst Wald horstwald@hotmail.com
Tue, 12 Jun 2001 11:32:53 -0000


Hi!

I hope this is not a stupid question: can one PythonScript-Object A() call 
another PythonScript-Object B() without help from 'above'?

Like (suppose, wer're in A):

...
x=5
y=B()
z=6
...

and in the dtml-document: <dtml-var expr="A()">

without having to give A a parameter b and write

<dtml-var expr="A(B())">

and in A:

...
x=5
y=b
z=6
...

By the way: does anybody know a good tutorial besides

http://www.python.org/doc/current/tut/tut.html

thanks

Horst


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.