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 buffer

Thanks. This works for me ^^)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to