Can't redirect output

Robert Olney rolney at pcug.org.au
Fri Feb 23 00:44:27 EST 2001


I am running Python 2.0 on Windows 98. When I try to redirect output
from a command prompt, e.g.

C:\> python hello.py > out.txt

the output is printed on the screen and not to the file. Why? The FAQ
mentions that this is a problem under Linux.

Thanks,
Robert.





More information about the Python-list mailing list