Help with a piping error
virdo
virdoo at gmail.com
Fri Jun 10 16:56:06 EDT 2011
On Jun 10, 4:48 pm, John Gordon <gor... at panix.com> wrote:
> In <6e035898-8938-4a61-91de-7a0ea7ead... at y30g2000yqb.googlegroups.com> virdo <vir... at 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 ActivePython
> > 2.7.1.4 (64 bit).
>
> Are you using an actual pipe symbol in your command? Your post title
> suggests you are, but your sample command uses the greater-than symbol.
My apologies, I miswrote. It is the greater than symbol rather than a
pipe.
Example:
c:\PRG>test.py > test.log
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
More information about the Python-list
mailing list