Thanks to all who replied. This fixed my problem. THN On Fri, 24 Aug 2007, Adrian Petrescu wrote: > Yeah, flushing stdout should be all you need to do to make this work. To do > this, > > import sys > sys.stdout.flush() > > > Good luck :) >