Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.05; 'scripts': 0.09; 'python': 0.09; 'msi': 0.09; 'subject:same': 0.09; 'extension': 0.13; 'file,': 0.15; 'sat,': 0.15; 'editor,': 0.16; 'oct': 0.16; 'tool.': 0.16; 'unregister': 0.16; 'variable.': 0.16; 'wrote:': 0.17; 'version.': 0.17; 'windows': 0.19; 'defined': 0.22; 'installation': 0.23; 'somebody': 0.23; 'installed': 0.23; 'allows': 0.25; 'header:In- Reply-To:1': 0.25; 'wrote': 0.26; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'correct': 0.28; 'run': 0.28; 'environment': 0.29; 'included': 0.29; 'this.': 0.29; 'received:209.85.215.46': 0.30; 'system,': 0.32; 'file': 0.32; 'space,': 0.32; 'to:addr:python-list': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'does': 0.37; 'uses': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'there,': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'different': 0.63; 'ever': 0.63; 'here': 0.65; 'benefit': 0.70; 'associations': 0.84; 'console,': 0.84; 'dream.': 0.84; "else's": 0.84; 'isolated': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=kgRbdlt4X71iGzVgtV4ZWiX6jj7gUAnk0r7Mc4y3oXM=; b=m9zR2PkqaLH8IcoTBXD5yFC8WI67W57uFI6Xs846kic2Lq34qxv100Tu5PRZZ35DYP 8QO3sXaeQp0y1oaNmsJryDTv+jlaOvkh+e1yFN+AiwX+YybInSJ/Aq/SwxBiUynhb2Mi YWS7F8eUhDNlESoCb1upsVrgCFY762wv21PlO02wr28PZKEbhEZKmHvtiYO9WSGR+a3C A0Rd1Be8TrHjKuWSR4bnelkJtVifwhA8+zH39TgtMEpMMV9565gxIdILz05mlb9baRQj f/o/8l3HbfswKyv5lQypdgXQG9BSOAJbQeIabbufvIIpYnnZxCJHHqQ1cM5DQbno9wuQ qxag== MIME-Version: 1.0 In-Reply-To: <314ffb69-c89b-42f6-9af1-61005056ef91@googlegroups.com> References: <314ffb69-c89b-42f6-9af1-61005056ef91@googlegroups.com> From: Ian Kelly Date: Sat, 6 Oct 2012 21:13:24 -0600 Subject: Re: Coexistence of Python 2.x and 3.x on same OS To: Python Content-Type: text/plain; charset=ISO-8859-1 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1349579637 news.xs4all.nl 6929 [2001:888:2000:d::a6]:43969 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30905 On Sat, Oct 6, 2012 at 1:27 AM, wrote: > Using Python on Windows is a dream. > > Python uses and needs the system, but the system does > not use Python. > > Every Python version is installed in its own isolated > space, site-packages included and without any defined > environment variable. Every Python can be seen as a > different application. > Knowing this, it is a no-problem to use the miscellaneous > versions; can be with the console, with an editor, with > .bat or .cmd files, with the Windows "start menu" launcher, > ... like any application. > > The file extension is a double sword. Do not use it or > unregister it, the msi installer allows to do this. > It is the same task/problem as with any file, .txt, .png, ... > > The new Python launcher is a redondant tool. Yes, because all scripts are only ever run by the person who wrote them. The main benefit here is for distribution of Python scripts with version requirements. Just because you can rely on your Python installation to be in C:\Python27 doesn't mean you can rely on somebody else's installation to be there, or on their file associations to be configured for the correct version.