subprocess: reading from stdout hangs process termination, waiting for ENTER keyboard signal

2009-04-14 Thread giohappy
Hello everyone. I'm trying to use subprocess module to launch a Windows console application. The application prints some results to standard output and then waits for the user to press any key to terminte. I can't control this behaviour, as the application is not mine... I'm stuck at the very first

Re: subprocess: reading from stdout hangs process termination, waiting for ENTER keyboard signal

2009-04-15 Thread giohappy
On 14 Apr, 18:52, MRAB wrote: > giohappywrote: > > Hello everyone. > > I'm trying to use subprocess module to launch a Windows console > > application. The application prints some results to standard output > > and then waits for the user to press any key to terminte. I can't > > control this beha

Re: subprocess: reading from stdout hangs process termination, waiting for ENTER keyboard signal

2009-04-15 Thread giohappy
On 15 Apr, 11:20, Kushal Kumaran wrote: > On Wed, Apr 15, 2009 at 1:20 PM,giohappy wrote: > > On 14 Apr, 18:52, MRAB wrote: > >> giohappywrote: > >> > Hello everyone. > >> > I'm trying to use subprocess module to launch a Windows console > >&g

Re: subprocess: reading from stdout hangs process termination, waiting for ENTER keyboard signal

2009-04-15 Thread giohappy
On 15 Apr, 11:38, giohappy wrote: > On 15 Apr, 11:20, Kushal Kumaran wrote: > > > > > On Wed, Apr 15, 2009 at 1:20 PM,giohappy wrote: > > > On 14 Apr, 18:52, MRAB wrote: > > >> giohappywrote: > > >> > Hello everyone. > > >>