Re: Cygwin Popen object

2005-01-17 Thread Grover
Yup that fixed it, thanks a million :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Cygwin Popen object

2005-01-17 Thread Jason Tishler
On Mon, Jan 17, 2005 at 12:41:25PM -0800, christiancoder wrote: > Is anybody else getting the following error with the Popen object in > cygwin? The code works fine in windows and linux. > > File "d:\atg\personal\python\buildroot\util.py", line 100, in System > pipe = subprocess.Popen( command, sh

Cygwin Popen object

2005-01-17 Thread christiancoder
Is anybody else getting the following error with the Popen object in cygwin? The code works fine in windows and linux. File "d:\atg\personal\python\buildroot\util.py", line 100, in System pipe = subprocess.Popen( command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, universal_newl