Albert Hopkins wrote:
> On Tue, 2008-12-23 at 13:18 +0000, Lie Ryan wrote:
>
> Probably because your stdout is line-buffered. Try:
>
> sys.stdout.write("Testing something...")
> sys.stout.flush() # flush the stdout bufferThanks. This works for me ^^) -- http://mail.python.org/mailman/listinfo/python-list
