Re: Help with a piping error

2011-06-10 Thread virdo
On Jun 10, 5:56 pm, Hans Mulder wrote: > On 10/06/11 22:56:06, virdo wrote: > > > > > > > > > > > On Jun 10, 4:48 pm, John Gordon  wrote: > >> In<6e035898-8938-4a61-91de-7a0ea7ead...@y30g2000yqb.googlegroups.com>   > >> virdo  writes:

Re: Help with a piping error

2011-06-10 Thread virdo
On Jun 10, 4:48 pm, John Gordon wrote: > In <6e035898-8938-4a61-91de-7a0ea7ead...@y30g2000yqb.googlegroups.com> virdo > writes: > > > My python file is simple print "test". I run it, it works no problem. > > I pipe the output to a file "run > log

Help with a piping error

2011-06-10 Thread virdo
Hi, I'm getting the following error and I can't Google my way out of it: close failed in file object destructor: sys.excepthook is missing lost sys.stderr My python file is simple print "test". I run it, it works no problem. I pipe the output to a file "run > logfile" and that's the error I get.