Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'interpreter': 0.04; '(even': 0.05; 'default.': 0.07; 'interpreter.': 0.07; 'subject:question': 0.08; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:version': 0.09; 'subject:python': 0.11; '2.7': 0.13; 'missing?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:default': 0.16; 'subject:windows': 0.16; 'surprising': 0.16; 'settings': 0.16; 'windows': 0.19; 'explicit': 0.22; 'machine.': 0.22; 'installed': 0.23; 'command': 0.24; 'script': 0.24; 'header:User-Agent:1': 0.26; '2.6': 0.27; 'header:X-Complaints-To:1': 0.28; 'restart': 0.29; 'file': 0.32; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'received:org': 0.36; 'really': 0.36; 'being': 0.37; 'moment': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'back': 0.62; 'click': 0.76; '2.7.': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Gelonida N Subject: windows question: default click action points to wrong python version Date: Wed, 21 Nov 2012 09:23:00 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: unicorn.dungeon.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1353486194 news.xs4all.nl 6984 [2001:888:2000:d::a6]:45109 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33709 Hi, I installed python 2.6 and python 2.7 on a windows 7 machine. At the moment Python 2.7 is the interpreter being used if I 'start' a python script without explicit interpreter. I always thought, that 'repairing' Python 2.6 (reinstalling it) would set the default settings back to Python 2.6. I also see with assoc / ftypes, that python 2.6. has now been configured as default. However when I click on a script it is still started with 2.7. (even after a full restart of the machine) This is really surprising to me. I thought ftype is the command to change file associations. What am I missing?