I am using the subprocess module to start a process from python. I want to be able to access the output (stdout, stderr) as soon as it is writ
subprocess
expect has a command called 'unbuffer':
http://expect.sourceforge.net/example/unbuffer.man.html
that will disable buffering for any command