On Wed, Sep 21, 2016 at 9:21 PM, Alan Gauld via Tutor 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
On 21/09/16 16:14, Aaron Rose wrote:
> Hi, I'm looking for a link for Python IDLE for Windows 10, 64-bit.
On Windows it is usually installed by default at:
%PYTHONDIR%/Lib/idelib/idle.bat
Where %PYTHONDIR% is the folder where you installed Python.
Create a shortcut to that and you should be g
On Wed, Sep 21, 2016 at 3:14 PM, Aaron Rose wrote:
> I'm looking for a link for Python IDLE for Windows 10, 64-bit. Can't seem to
> find
> the right link on python.org. Could someone kindly point me in the right
> direction?
Python's installer has an option to install IDLE. Here's the link fo
Hi, I'm looking for a link for Python IDLE for Windows 10, 64-bit. Can't seem
to find the right link on python.org. Could someone kindly point me in the
right direction? Thank you.
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subs