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

2010-06-30 Thread Vojtech Fried

Vojtech Fried  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 
<http://bugs.python.org/issue8056>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-06-30 Thread Vojtech Fried

Vojtech Fried  added the comment:

Thanks, the registry change proposed in the article fixed it.

--

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