https://bugs.kde.org/show_bug.cgi?id=384791

--- Comment #9 from Gaël de Chalendar (aka Kleag) <kle...@gmail.com> ---
(In reply to Gaël de Chalendar (aka Kleag) from comment #8)
> On my side, the problem appear when running python code. I just noticed that
> output of my python script is also buffered when running in a console like
> that:
>  
> $ python tracenn.py 2>&1 | tee output.log
> 
> Could it be a problem with the python interpreter itself?

Yes, it is:
https://stackoverflow.com/questions/107705/disable-output-buffering

When adding the -u flag to the script interpreter field of the launch
configuration, the output is no more buffered. 

Should it be added by default? Or detected and the user warned?

Well, with this new information, I'm not sure anymore that my bug #427128 is
really a duplicate of the current one.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to