Re: popen and a long running process in a wx.python application
Mike, Ratko, Thanks a lot guys, for the quick and prompt answers. Doru -- http://mail.python.org/mailman/listinfo/python-list
popen and a long running process in a wx.python application
Hello, How can I capture the output of a long runnning process which I open with popen() ? I tried reading line by line, char by char, but the result always comes when the process finishes. (I am trying to make a wx.python program that opens some "make ..." with popen). How can I receive the outpu