Vojtech Fried <vojtech.fr...@gmail.com> added the comment:

I have the same problem. Not only for piping but also when using redirection, 
e.g. 'stdout.py > log.txt'.
Interesting thing is that when I run it like 'python.exe stdout.py > log.txt' 
it works. I don't see why this should matter but apparently it does. ".py" 
files are registered to be open with '"C:\Python26\python.exe" "%1" %*'. 
My system: WinXp SP3, Python 2.6.5

----------
nosy: +Vojtech.Fried

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8056>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to