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.

Re: Help with a piping error

2011-06-10 Thread John Gordon
In 6e035898-8938-4a61-91de-7a0ea7ead...@y30g2000yqb.googlegroups.com virdo vir...@gmail.com writes: 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. This is with Windows Server 2008 (64 bit) using

Re: Help with a piping error

2011-06-10 Thread virdo
On Jun 10, 4:48 pm, John Gordon gor...@panix.com wrote: In 6e035898-8938-4a61-91de-7a0ea7ead...@y30g2000yqb.googlegroups.com virdo vir...@gmail.com writes: 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

Re: Help with a piping error

2011-06-10 Thread Hans Mulder
On 10/06/11 22:56:06, virdo wrote: On Jun 10, 4:48 pm, John Gordongor...@panix.com wrote: In6e035898-8938-4a61-91de-7a0ea7ead...@y30g2000yqb.googlegroups.com virdovir...@gmail.com writes: My python file is simple print test. I run it, it works no problem. I pipe the output to a file run

Re: Help with a piping error

2011-06-10 Thread virdo
On Jun 10, 5:56 pm, Hans Mulder han...@xs4all.nl wrote: On 10/06/11 22:56:06, virdo wrote: On Jun 10, 4:48 pm, John Gordongor...@panix.com  wrote: In6e035898-8938-4a61-91de-7a0ea7ead...@y30g2000yqb.googlegroups.com   virdovir...@gmail.com  writes: My python file is simple print