This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jackjansen
Recipients
Date 2003-03-04.10:33:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=45365

Something like fstat is indeed what I was suggesting. The fstat output shows your Python script is getting stdin from a file, and stdout/stderr go to a pipe (the same one). You also have another pip open on filedescriptors 3/4.

Try the same thing on Linux (or another system where things just work) and see if there's a difference in what files are open. 
History
Date User Action Args
2007-08-23 14:11:33adminlinkissue694062 messages
2007-08-23 14:11:33admincreate