Re: Help wanted in piping in Windows

2005-06-24 Thread Peter Hansen
Thomas Guettler wrote: > AFAIK ">file" and "2>file" does work on windows. Not, unfortunately (at least in the past), on Windows 98. That might no longer matter, however. How many people are still stuck using Windows 98? Given that in one year you won't even be able to get support from Microso

Re: Help wanted in piping in Windows

2005-06-24 Thread Thomas Guettler
Am Fri, 24 Jun 2005 01:28:38 +0530 schrieb Apple Grew: > I want to develope a Winboard like application which will support > Winboard protocol. For that I require to know how to handle piping in > Python. I seperated out module popen2, but when I use > fileObject.readline() then it halts the pr

Help wanted in piping in Windows

2005-06-23 Thread Apple Grew
I want to develope a Winboard like application which will support Winboard protocol. For that I require to know how to handle piping in Python. I seperated out module popen2, but when I use fileObject.readline() then it halts the program if the sub-process is waiting for user input; will execut