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


Groups > comp.lang.python > #99582 > unrolled thread

Re: Python on windows 10

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-11-26 10:24 -0500
Last post2015-11-26 10:24 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#99582 — Re: Python on windows 10

FromTerry Reedy <tjreedy@udel.edu>
Date2015-11-26 10:24 -0500
SubjectRe: Python on windows 10
Message-ID<mailman.143.1448551515.20593.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web