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


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

Re: Python on windows 10

Started byLaura Creighton <lac@openend.se>
First post2015-11-26 16:20 +0100
Last post2015-11-26 16:20 +0100
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 Laura Creighton <lac@openend.se> - 2015-11-26 16:20 +0100

#99581 — Re: Python on windows 10

FromLaura Creighton <lac@openend.se>
Date2015-11-26 16:20 +0100
SubjectRe: Python on windows 10
Message-ID<mailman.142.1448551260.20593.python-list@python.org>
In a message of Wed, 25 Nov 2015 20:34:01 +0000, francis funari writes:
>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 can you send me a link to latest release of Python 3 with Idle that will run on windows 10 64 bit
>                                                                                                              Thankyou Francis Funari
>
>Sent from Mail<http://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
>-- 
>https://mail.python.org/mailman/listinfo/python-list

Sorry to hear you are having problems.

Can you please go to a command window and type

python -m idlelib  

This should fail.  However, it should fail with a meaningful traceback
which indicates where the problem is.  Copy and paste that traceback 
into mail and post that here so we have proceed.

If 'python' isn't the command you need to use to get python3.5 
perhaps py -3.5 -m idlelib will work.  But the idea is we want to
catch idle failing, so we can figure out what is going on.

Laura Creighton

[toc] | [standalone]


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


csiph-web