Re: [Tutor] Running Java process doesn't return to subprocess.call (fwd)

2006-05-16 Thread Danny Yoo
> 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@

Re: [Tutor] Running Java process doesn't return to subprocess.call (fwd)

2006-05-16 Thread Danny Yoo
-- 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

Re: [Tutor] Running Java process doesn't return to subprocess.call

2006-05-15 Thread Danny Yoo
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

[Tutor] Running Java process doesn't return to subprocess.call

2006-05-15 Thread Jerome Jabson
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