ok. Jumping back to the start of the file solved the problem. (file.seek(0)) Big thanks for that insight!

Brandon L. Harris


On 11/04/2010 05:49 PM, Brandon Harris wrote:
What do you mean by rewind the file pointer before reading from it? Seek back to the beginning? And It sounded very unlikely to me too, but it's the only thing I have found that explains why a very verbose job with tons of feedback locks up at the same point and won't process at all.

I did try running communicate before and after the wait() but to no avail.

Brandon L. Harris


On 11/04/2010 05:39 PM, Antoine Pitrou wrote:
Try to rewind the file pointer before reading from it.


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to