[issue15780] IDLE (windows) with PYTHONPATH and multiple python versions

eryksun report at bugs.python.org
Mon Jun 9 06:13:15 CEST 2014


eryksun added the comment:

`idle.pyw -E` passes an invalid argument, and pythonw.exe doesn't inherit the console to print the usage text to stderr. The -E option needs to be passed to the interpreter:

    C:\Python34>pythonw.exe -E Lib/idlelib/idle.pyw

Or run idlelib as a script:

    pyw -3 -Em idlelib

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

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


More information about the Python-bugs-list mailing list