> I actually changed that just before I sent the email to tutor, cause I'd
> seen a reference on the web about a Java process in Zope hanging. And
> the fix was to have errfile set to None. It did NOT fix the problem. It
> actually cause a Java Expection now! :-(
Hi Jerome,
[Please keep tutor@
-- Forwarded message --
Date: Tue, 16 May 2006 11:50:32 -0700 (PDT)
From: Jerome Jabson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [Tutor] Running Java process doesn't return to subprocess.call
Hi Danny,
I actually changed that just before I sent the ema
On Mon, 15 May 2006, Jerome Jabson wrote:
> I'm running a Java process from my python script using the subprocess
> module. But there seems to be some problem with the return code to
> subprocess and the Java program is just hanging waiting for something.
Hi Jerome,
I see that you're using s
Hello,
I'm running a Java process from my python script using
the subprocess module. But there seems to be some
problem with the return code to subprocess and the
Java program is just hanging waiting for something. If
I run the Java program from shell it terminates
normally and if run the same pro