Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: Python on windows 10 Date: Thu, 26 Nov 2015 10:24:37 -0500 Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de ScrrYKmCvhH4OHc4eYEMrwtgZj2Bm1V/JW1XYpVGIg/w== 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; "'python": 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'jan': 0.11; 'apps': 0.15; 'interpreter': 0.15; 'idle.': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'subject:windows': 0.16; 'wrote:': 0.16; 'typing': 0.18; 'windows': 0.20; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'command': 0.26; 'header:X-Complaints-To:1': 0.26; 'work.': 0.30; 'idle': 0.33; 'installing': 0.35; 'but': 0.36; 'should': 0.36; 'received:71': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'starting': 0.37; 'names': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'programs': 0.62; 'pin': 0.66; 'prompt': 0.79; 'taskbar': 0.84; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-71-185-227-36.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 In-Reply-To: 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:99582 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