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 eryksun
Recipients abkhd, eryksun, paul.moore, ruediger.jungbeck@rsj.de, steve.dower, tim.golden, zach.ware
Date 2016-12-28.08:15:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482912907.17.0.813318345992.issue29037@psf.upfronthosting.co.za>
In-reply-to
Content
In the cmd shell, run `where python` to confirm that "python" runs 2.7 python.exe, and not a python.bat or python.lnk file. Also, check whether stdin is an interactive terminal by running `python -c "import sys; print sys.stdin.isatty()"`.
History
Date User Action Args
2016-12-28 08:15:07eryksunsetrecipients: + eryksun, paul.moore, abkhd, tim.golden, zach.ware, steve.dower, ruediger.jungbeck@rsj.de
2016-12-28 08:15:07eryksunsetmessageid: <1482912907.17.0.813318345992.issue29037@psf.upfronthosting.co.za>
2016-12-28 08:15:07eryksunlinkissue29037 messages
2016-12-28 08:15:07eryksuncreate