On Wed, Sep 21, 2016 at 9:21 PM, Alan Gauld via Tutor <tutor@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to