Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'subject:help': 0.08; 'assuming': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:2.7': 0.09; 'python': 0.11; 'jan': 0.12; '2.7': 0.14; 'windows': 0.15; '"default': 0.16; "(i'm": 0.16; 'python2.5': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'recently.': 0.16; 'reedy': 0.16; 'subject:between': 0.16; 'wrote:': 0.18; 'install': 0.23; 'header:User-Agent:1': 0.23; 'either.': 0.24; 'lets': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'tried': 0.27; 'correct': 0.29; "i'm": 0.30; "d'aprano": 0.31; 'python"': 0.31; 'steven': 0.31; 'option': 0.32; 'actual': 0.34; 'beyond': 0.35; 'but': 0.35; 'in:': 0.36; 'so,': 0.37; 'somebody': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'that,': 0.38; 'expect': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'subject:Can': 0.60; 'most': 0.60; 'received:173': 0.61; 'choose': 0.64; 'here': 0.66; 'etc,': 0.84; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Can anyone help on conflicts between Python 2.5 and 2.7 Date: Wed, 09 Oct 2013 23:32:05 -0400 References: <52560373$0$29984$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 In-Reply-To: <52560373$0$29984$c3e8da3$5496439d@news.astraweb.com> 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: 1381375942 news.xs4all.nl 15882 [2001:888:2000:d::a6]:59654 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56534 On 10/9/2013 9:31 PM, Steven D'Aprano wrote: > I'm not a Windows guru, so I might be off-mark here (I'm sure somebody > will correct me) but as I understand it, the "default Python" under > Windows is the one that was installed most recently. It is an option in the installer. > So, assuming you have Python2.5 installed in Python25 and Python 2.7 in > Python27, I would expect that you also have the actual executables in: > > C:\Program Files\python25.exe > C:\Program Files\python27.exe The installers actually tried to put them in C:/python25/python.exe, etc, but lets you choose an install directory other than /. Beyond that, I don't know what going on either. -- Terry Jan Reedy