A.M wrote:
> Is there any way that I can fix this problem?
unlikely, unless you work for the OS development team at Microsoft:
http://python.org/sf/1463104
(see the comments for more details, including workarounds)
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I am using ActivePython 2.4.on windows XP
I created test.py that contains the following simple script:
import os
os.system("dir *.py")
When I run the script, it works fine. But, when I run the following command
on windows XP:
Test.py > file.txt
I receive this error: "The