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

2010-06-30 Thread Vojtech Fried
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

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

2010-06-30 Thread Vojtech Fried
Vojtech Fried vojtech.fr...@gmail.com added the comment: Thanks, the registry change proposed in the article fixed it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8056