[Tutor] Python IDLE for Windows 10, 64-bit

eryk sun eryksun at gmail.com
Wed Sep 21 17:44:06 EDT 2016


On Wed, Sep 21, 2016 at 9:21 PM, Alan Gauld via Tutor <tutor at python.org> wrote:
> On Windows it is usually installed by default at:
>
> %PYTHONDIR%/Lib/idelib/idle.bat

With Python 3, you can run the package as a script:

    pythonw -m idlelib

Python 2:

    pythonw -m idlelib.idle


More information about the Tutor mailing list