Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99582 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2015-11-26 10:24 -0500 |
| Last post | 2015-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.
Re: Python on windows 10 Terry Reedy <tjreedy@udel.edu> - 2015-11-26 10:24 -0500
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2015-11-26 10:24 -0500 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web