RE: Bug Report: python os.popen seems to have recently been broken

2005-08-08 Thread Nick Burch
On Mon, 8 Aug 2005, Dave Korn wrote: Not Found: sh That'll be it. All system (...) calls are critically dependent on sh existing and being runnable! Re-run setup and select 'Reinstall' for bash, or manually run the postinstall script, or just "cp /bin/bash.exe /bin/sh.exe", then have another

RE: Bug Report: python os.popen seems to have recently been broken

2005-08-08 Thread Dave Korn
Original Message >From: Nick Burch >Sent: 08 August 2005 15:13 > On Mon, 8 Aug 2005, Dave Korn wrote: >> I reckon you probably got bitten by the recent sh/ash/bash transition >> problems. You could post your cygcheck output as described at >> http://cygwin.com/problems.html if you want u

Re: Bug Report: python os.popen seems to have recently been broken

2005-08-08 Thread Nick Burch
On Mon, 8 Aug 2005, Dave Korn wrote: WJFFM: Sorry, I was probably being to terse in what I included. To confirm, on the newly updated machine, here's what I get: Python 2.4.1 (#1, May 27 2005, 18:02:40) [GCC 3.3.3 (cygwin special)] on cygwin Type "help", "copyright", "credits" or "lice

RE: Bug Report: python os.popen seems to have recently been broken

2005-08-08 Thread Dave Korn
Original Message >From: Nick Burch >Sent: 08 August 2005 11:16 > I think the os.popen function in python has recently been broken. > > You can see this with the following python code: > import os > fout = os.popen("echo hello") > print fout.read() > > On a machine I hav