[issue29037] Python 2.7.13 prints version header and exits immediately on Windows 10 x64

Eryk Sun report at bugs.python.org
Wed Dec 28 03:15:07 EST 2016


Eryk Sun added the comment:

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()"`.

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29037>
_______________________________________


More information about the Python-bugs-list mailing list