[Zope] Python Script demo site

Evan Simpson evan@4-am.com
Sat, 25 Nov 2000 23:56:37 -0600


From: "Steinar Rune Eriksen" <steinar@orion.no>
> Would it be useful to (or rather, is it possible to) let one of these
> scripts call up another one ?

Sure.  From one of the Python Scripts you just write something like:

answer = context.otherscript(1.3, 'foo')

...where context is bound to the Script context, and "otherscript" is the
name of the other script.

Cheers,

Evan @ digicool & 4-am