[Zope] how to run jpython files from zope webserver

Andreas Jung Andreas Jung" <andreas@digicool.com
Wed, 11 Jul 2001 08:05:39 -0500


The simplest solution is to use an External Method inside
Zope that starts your jpython files via os.system(), popen()
or anything similiar.

I think someone was working on some stuff to glue get JPython stuff
running together with CPython (through JNI) - but I can't remember
a reference (check the archives of the Python mailing list).

Andreas

P.S. Please avoid posting in plain text *and* HTML. Plain text
is sufficient :-)


----- Original Message -----
From: prakash
To: zope@zope.org
Sent: Mittwoch, 11. Juli 2001 06:41
Subject: [Zope] how to run jpython files from zope webserver


Hi,

 i'm new to zope webserver.can anybody help how to execute python files from
zope server.i'm doing programing in jpython.
i'm new for python also.
please tell me how to run jpython files from zope server.