Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #56537

Re: Can anyone help on conflicts between Python 2.5 and 2.7

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
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; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'subject:help': 0.08; 'assuming': 0.09; 'lawrence': 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; '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; 'red,': 0.16; 'reedy': 0.16; 'subject:between': 0.16; 'url:peps': 0.16; 'wrote:': 0.18; 'install': 0.23; 'header:User-Agent:1': 0.23; 'either.': 0.24; 'lets': 0.24; 'url:dev': 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; 'url:python': 0.33; 'actual': 0.34; 'beyond': 0.35; 'but': 0.35; 'described': 0.36; 'in:': 0.36; 'url:org': 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; 'choose': 0.64; 'here': 0.66; 'etc,': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Can anyone help on conflicts between Python 2.5 and 2.7
Date Thu, 10 Oct 2013 06:04:24 +0100
References <mailman.908.1381355287.18130.python-list@python.org> <52560373$0$29984$c3e8da3$5496439d@news.astraweb.com> <l3573f$6bk$1@ger.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-78-147-18-209.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.0
In-Reply-To <l3573f$6bk$1@ger.gmane.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.918.1381381477.18130.python-list@python.org> (permalink)
Lines 32
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1381381477 news.xs4all.nl 15966 [2001:888:2000:d::a6]:46145
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:56537

Show key headers only | View raw


On 10/10/2013 04:32, Terry Reedy wrote:
> 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.
>

Do the Windows gurus know if the launcher described here 
http://www.python.org/dev/peps/pep-0397/ would help in this instance?

-- 
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.

Mark Lawrence

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Can anyone help on conflicts between Python 2.5 and 2.7 Errol Anderson <errol.anderson@gradient.com> - 2013-10-09 21:47 +0000
  Re: Can anyone help on conflicts between Python 2.5 and 2.7 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-10 01:31 +0000
    Re: Can anyone help on conflicts between Python 2.5 and 2.7 Terry Reedy <tjreedy@udel.edu> - 2013-10-09 23:32 -0400
    Re: Can anyone help on conflicts between Python 2.5 and 2.7 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-10 06:04 +0100

csiph-web