Path: csiph.com!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail 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:question': 0.08; 'subject:version': 0.09; 'subject:python': 0.11; '"python': 0.16; '.py': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'missing?': 0.16; 'obviously,': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'subject: \n ': 0.16; 'subject:default': 0.16; 'subject:windows': 0.16; 'tjg': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'typing': 0.17; 'command': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; "doesn't": 0.28; 'run': 0.28; 'environment': 0.29; '+0100,': 0.29; 'file': 0.32; 'running': 0.32; 'to:addr:python-list': 0.33; 'nov': 0.35; 'path': 0.35; 'received:192.168.0': 0.35; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'from:addr:mail': 0.71; 'gelonida': 0.84 Date: Wed, 21 Nov 2012 21:14:07 +0000 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: windows question: default click action points to wrong python version References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1353532467 news.xs4all.nl 6894 [2001:888:2000:d::a6]:34681 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33772 On 21/11/2012 20:53, Tony the Tiger wrote: > On Wed, 21 Nov 2012 09:23:00 +0100, Gelonida N wrote: > >> What am I missing? > > The PATH environment variable? Nope. PATH doesn't affect either double-clicking or running a .py file on the command line (unless, obviously, you run it by typing "python myscript.py"). TJG