Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michiel Overtoom Newsgroups: comp.lang.python Subject: Re: Puzzled Date: Tue, 3 Nov 2015 10:39:46 +0100 Lines: 14 Message-ID: References: <4CFEDC132D44AC49BA0E91FBEB947119084A742852@DCBL123VX.root.sutterhealth.org> <201511011020.tA1AKYAM004182@fido.openend.se> <4CFEDC132D44AC49BA0E91FBEB947119084A742DCC@DCBL123VX.root.sutterhealth.org> <56383C19.8080607@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de ShWh6R8Bjhp8qZmdsJHZrAfKz+X5Mj++46HNOadVfNbQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'scripts': 0.09; 'python:': 0.09; 'python': 0.10; 'from:addr:xs4all.nl': 0.16; 'received:194.109': 0.16; 'received:194.109.24': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'received:xs4all.nl': 0.16; 'registry': 0.16; 'run.': 0.16; 'wrote:': 0.16; ';-)': 0.18; 'windows': 0.20; 'header:In-Reply- To:1': 0.24; 'becomes': 0.30; 'to:name:python-list': 0.30; 'run': 0.33; 'changed': 0.33; 'michael': 0.33; 'idle': 0.33; 'file': 0.34; 'installing': 0.35; 'nov': 0.35; 'sometimes': 0.35; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'greetings,': 0.61; 'received:194': 0.61; 'received:nl': 0.72 In-Reply-To: <56383C19.8080607@gmail.com> X-Mailer: Apple Mail (2.2104) 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:98144 > On 03 Nov 2015, at 05:46, Michael Torrie wrote: > Sometimes on Windows you can double-click a python file and it will = run. The first thing I do on Windows after installing Python: edit the = registry so that the 'open' key is changed to 'run', and 'edit with IDLE' becomes = 'open'. I like to see my scripts in IDLE before I run them ;-) Greetings,