On Feb 6, 11:13 pm, "peterca... at gmail.com" <peterca... at gmail.com> wrote: > output = os.popen(command, 'r', 1) OOPS... I imagine the ridiculous buffer size is unnecessary... I was trying to get it to work with the original for loop iterating on output, it should work fine without it. Pete