black wrote: > quote: > ======================= > script.py >> script.log 2>&1 > ======================= > > what does 2>&1 mean pls ? > It's Unix shell-speak for "send the standard error stream to the same place as the standard output". Probably a syntax error on Windows ...
regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC www.holdenweb.com PyCon TX 2006 www.python.org/pycon/ -- http://mail.python.org/mailman/listinfo/python-list