On Jan 6, 6:51 pm, "Jules Stevenson" <li...@js3d.co.uk> wrote:

> I don't seem to be able to read the 'out' at all? If I omit redirecting
> stdout etc then the output displays fine in the console.

You are redirecting to a file, not a pipe.

Read the file from beginning to end after your process had finished.
Or redirect to a pipe.





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

Reply via email to