Yup that fixed it, thanks a million :)
--
http://mail.python.org/mailman/listinfo/python-list
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
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