> pop = os.popen4(cmd,1) RTMF..... It should be os.popen4(cmd,'t',1 since the third parameter is the buffer size, not the second. Sorry.