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.
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.
On Wednesday 11 July 2001 06:05, Andreas Jung wrote:
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).
www.sf.net/projects/jpe this is at the jvm integration level to jni, so it applies to any code that runs on the jvm (java, jython, etc). good luck if you're trying to compile it under linux:( kapil
participants (3)
-
Andreas Jung -
ender -
prakash