Help wanted in piping in Windows

Apple Grew applegrew at gmail.com
Thu Jun 23 15:58:38 EDT 2005


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 executing the readline() part in a seperate 
thread be helpful? My target platform is Windows.

Links to helpful web resources and sample Python codes will be highly 
appreciated.

Regards,
Apple



More information about the Python-list mailing list