Bugs item #1590068, was opened at 2006-11-03 19:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1590068&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Interpreter Core Group: Python 2.5 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Andrei (andrei1) Assigned to: Nobody/Anonymous (nobody) Summary: Error piping output between scripts on Windows Initial Comment: I created 2 programs, one writes to stdout, the other reads stdin: c:\>script1.py | script2.py Python spits out an error looking like the following: "IOError: [Errno 9] Bad file descriptor" This does not happen in Python 2.4.4, only in Python 2.5 Regards ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1590068&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com