Re: EOFError: EOF when reading a line

2010-03-11 Thread Gabriel Genellina
En Thu, 11 Mar 2010 06:12:02 -0300, Mihir Patel escribió: I am trying to use the subprocess to send the data to child process. I am not sure why i keep getting "EOFError: EOF when reading a line" command_line = 'python test_input.py' p =subprocess.Popen(command_lin

EOFError: EOF when reading a line

2010-03-11 Thread Mihir Patel
I am trying to use the subprocess to send the data to child process. I am not sure why i keep getting "EOFError: EOF when reading a line" i am using Python 2.4.3, GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on 64bit linux ,centos Thanks output : = Traceback (most recent call las