Re: runserver stdout and stderr piping problems

2013-01-10 Thread Chris Proto
It doesn't look like it responded to this topic when I sent a reply with email. Anyway, I opened up a ticket https://code.djangoproject.com/ticket/19593 On Wednesday, January 9, 2013 6:50:45 PM UTC-7, Russell Keith-Magee wrote: > > > I'm not aware of a ticket for this issue, and I couldn't find

Re: runserver stdout and stderr piping problems

2013-01-10 Thread Chris Proto
Opened a ticket https://code.djangoproject.com/ticket/19593 On Wed, Jan 9, 2013 at 6:50 PM, Russell Keith-Magee wrote: > > I'm not aware of a ticket for this issue, and I couldn't find one from a > quick search, so feel free to open one. The approach described by the OP > seems reasonable, so i

Re: runserver stdout and stderr piping problems

2013-01-09 Thread Russell Keith-Magee
I'm not aware of a ticket for this issue, and I couldn't find one from a quick search, so feel free to open one. The approach described by the OP seems reasonable, so if you want to provide a patch as well, feel free. Yours, Russ Magee %-) On Wed, Jan 9, 2013 at 11:37 PM, Chris Proto wrote: > D

Re: runserver stdout and stderr piping problems

2013-01-09 Thread Chris Proto
Did you ever get around to opening a ticket for this? If so, what is the status? On Friday, January 20, 2012 1:04:29 PM UTC-7, JuhaS wrote: > > I was launching manage.py runserver from another app and trying to > capture the output correctly without luck using pipes. Eventually I > narrowed t