reading stdout from a running win32 process

sturlamolden sturlamolden at yahoo.no
Tue Jan 6 13:29:49 EST 2009


On Jan 6, 6:51 pm, "Jules Stevenson" <li... at 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.








More information about the Python-list mailing list