This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Vojtech.Fried
Recipients Vojtech.Fried, brian.curtin, vilnis.termanis
Date 2010-06-30.14:04:23
SpamBayes Score 0.17229997
Marked as misclassified No
Message-id <1277906665.7.0.654854808961.issue8056@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-06-30 14:04:25Vojtech.Friedsetrecipients: + Vojtech.Fried, brian.curtin, vilnis.termanis
2010-06-30 14:04:25Vojtech.Friedsetmessageid: <1277906665.7.0.654854808961.issue8056@psf.upfronthosting.co.za>
2010-06-30 14:04:23Vojtech.Friedlinkissue8056 messages
2010-06-30 14:04:23Vojtech.Friedcreate