Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99582

Re: Python on windows 10

From Terry Reedy <tjreedy@udel.edu>
Newsgroups comp.lang.python
Subject Re: Python on windows 10
Date 2015-11-26 10:24 -0500
Message-ID <mailman.143.1448551515.20593.python-list@python.org> (permalink)
References <CY1PR13MB0809508315283B56278491A7AA050@CY1PR13MB0809.namprd13.prod.outlook.com>

Show all headers | View raw


On 11/25/2015 3:34 PM, francis funari wrote:
> I have tried installing Python 3 on windows 10 it install OK but I do
> not get Idle. When I type Idle in the interpreter nothing happen

Starting programs by typing their names into the interactive interpreter 
does not work.

Use Start Menu | All Apps | Python 3.5 | IDLE (...).  You can make this 
a Start Menu 'favorite' or create a Desktop icon.  Typing 'idle' in the 
Command Prompt console may also work.  Typing 'python -m idlelib' should 
work.  After I start IDLE once I pin it to the taskbar since I use it 
constantly.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python on windows 10 Terry Reedy <tjreedy@udel.edu> - 2015-11-26 10:24 -0500

csiph-web