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