[issue8056] Piped parent's multiprocessing.Process children cannot write to stdout

Vojtech Fried report at bugs.python.org
Wed Jun 30 16:04:25 CEST 2010


Vojtech Fried <vojtech.fried at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8056>
_______________________________________


More information about the Python-bugs-list mailing list