Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Python on windows 10 Date: Thu, 26 Nov 2015 16:20:50 +0100 Lines: 32 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de K9UyEAm5yyWd/KPZ+uJnuQXKBjz/Gk+LbDk6Hrz3bgrw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'indicates': 0.09; 'meaningful': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'wed,': 0.15; 'interpreter': 0.15; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'idle.': 0.16; 'idlelib': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:windows': 0.16; 'thankyou': 0.16; 'laura': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'cc:no real name:2**0': 0.22; 'bit': 0.23; 'tried': 0.24; 'install': 0.25; 'command': 0.26; 'figure': 0.27; 'idea': 0.28; 'received:se': 0.29; 'url:mailman': 0.30; 'work.': 0.30; 'window': 0.30; 'post': 0.31; 'run': 0.33; 'problem': 0.33; 'url:python': 0.33; 'idle': 0.33; 'traceback': 0.33; 'url:listinfo': 0.34; 'fail': 0.35; 'installing': 0.35; 'nov': 0.35; "isn't": 0.35; 'but': 0.36; 'should': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'charset:us-ascii': 0.37; 'url:mail': 0.40; 'where': 0.40; 'header:Message-Id:1': 0.61; 'is.': 0.63; 'url:linkid': 0.63; 'hear': 0.64; 'latest': 0.64; 'here': 0.66; 'header:In-reply- to:1': 0.84; 'to:addr:hotmail.com': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1448551253; bh=BdyKTojOwPBA9V7Wi2CYIClbS5Yzip/M2j8V/NcSlpw=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=KNk5QI0WcsDPsESnEbjESYODpPzAaOU9t9s2Dv7T4rCTgnSqbZGCTfGj1t3S6/nG2 GOmuviSXuQl6NKmuNQymdCIX/eX62UkgswjtJCBM9mh0hjey+ODqVrPGKDD2H27xuz Qvmvwq7m0QZaSi8QBvhou1gzyXG9RrY6wnM2DBR8= In-reply-to: Comments: In-reply-to francis funari message dated "Wed, 25 Nov 2015 20:34:01 +0000." Content-ID: <9448.1448551250.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Thu, 26 Nov 2015 16:20:53 +0100 (CET) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99581 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 window= s 10 64 bit > = Thankyou Francis Funari > >Sent from Mail for Windo= ws 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