Mike, Ratko,
Thanks a lot guys, for the quick and prompt answers.
Doru
--
http://mail.python.org/mailman/listinfo/python-list
On Jun 26, 10:16 am, Doru Moisa <[EMAIL PROTECTED]> wrote:
> 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 pro
On Jun 26, 10:16 am, Doru Moisa <[EMAIL PROTECTED]> wrote:
> 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 pro
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