-
Notifications
You must be signed in to change notification settings - Fork 102
Description
From [email protected] on April 15, 2011 15:29:02
What steps will reproduce the problem? 1.python -c "from apsw import main; main()"
2..output test.out 3. What is the expected output? What do you see instead? Expected is that the output of queries is redirected to the file.
But the command raises IOError, {Errno 9] Bad File Descriptor What version of the product are you using? On what operating system? APSW 3.7.5- r1 Python 2.7
OS/X PPC Please provide any additional information below. The error results from sys.stdin.flush(). I added this in the Python Issue tracker but it is not considered a bug there. (see http://bugs.python.org/issue11851 for more details)