From: "Steinar Rune Eriksen" <[EMAIL PROTECTED]>
> 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


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

Reply via email to