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


Groups > comp.lang.python > #30707

Re: Why is pylaucher in Python 3.3 being installed in Windows folder?

Path csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'subject:Windows': 0.09; 'python': 0.09; 'pep': 0.09; 'preferable': 0.09; 'subject:Why': 0.09; 'url:peps': 0.09; 'files.': 0.13; 'folder,': 0.16; 'oct': 0.16; 'piotr': 0.16; 'subject:3.3': 0.16; 'subject:folder': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'url:dev': 0.17; 'windows': 0.19; 'installed': 0.23; 'header:In-Reply-To:1': 0.25; 'ago': 0.27; 'installing': 0.27; 'opposed': 0.27; 'message-id:@mail.gmail.com': 0.27; '-0700,': 0.29; "d'aprano": 0.29; 'steven': 0.29; 'maybe': 0.29; 'folder': 0.30; 'url:python': 0.32; 'explains': 0.33; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'acceptable': 0.35; 'locations': 0.35; 'pm,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'url:org': 0.36; 'should': 0.36; 'being': 0.37; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'now...': 0.84; 'subject:being': 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=DTCebP7TEj6pCOGatrrQ944KZtvu+7W0QLXL/eclJG4=; b=BCryLMNJiC0vrn1KUz0Ehb4Qe67JbqRwseNRsl9+sMbT0XTQb+8pZdPMCzT3FJlooC r9prvry43YTylxeeM5ULKWqo2KnjDtwoftmH7r1/iFhn9FSbE5d4pkymSKbUi1GcEb/2 CnT7YAWKcywYx/4BhNxTjQCsZn9mvF8oA9Uy4S78LmFXjRpgW3hdwzr3B8XD0mz3u4GR lv1d/Ejkxj8qCwlmhFzTjuqgqDaXTczZArNytdIpJPFHg/bVI3jhJqsou6wIc929j/3L 9hd24OBBiDKAd5viVPv09usJPRRUciBL9TuRUbHQo4twTxc3NfJPEK/dqhkwYquZCZ8B aJGw==
MIME-Version 1.0
In-Reply-To <506ceea1$0$29978$c3e8da3$5496439d@news.astraweb.com>
References <6aa17d70-b4a4-44e4-aef3-46596768979f@c20g2000vbz.googlegroups.com> <506ceea1$0$29978$c3e8da3$5496439d@news.astraweb.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Wed, 3 Oct 2012 21:21:52 -0600
Subject Re: Why is pylaucher in Python 3.3 being installed in Windows folder?
To Python <python-list@python.org>
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 <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1783.1349320945.27098.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1349320945 news.xs4all.nl 6898 [2001:888:2000:d::a6]:33260
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:30707

Show key headers only | View raw


On Wed, Oct 3, 2012 at 8:04 PM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
> On Wed, 03 Oct 2012 14:13:10 -0700, Piotr Dobrogost wrote:
>
>> Why is pylauncher in Python 3.3 being installed in Windows folder and
>> not in Program Files folder? Installing into Windows folder was maybe
>> acceptable 10 years ago but not now...
>
> Read the PEP:
>
> http://www.python.org/dev/peps/pep-0397/

The PEP explains why it's in the Windows folder as opposed to the
System32 folder, but not why either of those locations should be
preferable to Program Files.

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


Thread

Why is pylaucher in Python 3.3 being installed in Windows folder? Piotr Dobrogost <pd@google-groups-2012.dobrogost.net> - 2012-10-03 14:13 -0700
  Re: Why is pylaucher in Python 3.3 being installed in Windows folder? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-04 02:04 +0000
    Re: Why is pylaucher in Python 3.3 being installed in Windows folder? Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-03 21:21 -0600
    Re: Why is pylaucher in Python 3.3 being installed in Windows folder? Chris Rebert <clp2@rebertia.com> - 2012-10-03 21:30 -0700
      Re: Why is pylaucher in Python 3.3 being installed in Windows folder? Piotr Dobrogost <pd@google-groups-2012.dobrogost.net> - 2012-10-04 07:41 -0700
        Re: Why is pylaucher in Python 3.3 being installed in Windows folder? Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-04 09:51 -0600
        Re: Why is pylaucher in Python 3.3 being installed in Windows folder? Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2012-10-04 17:40 +0100
        Re: Why is pylaucher in Python 3.3 being installed in Windows folder? Mark Hammond <skippy.hammond@gmail.com> - 2012-10-07 13:33 +1100
  Re: Why is pylaucher in Python 3.3 being installed in Windows folder? Piotr Dobrogost <pd@google-groups-2012.dobrogost.net> - 2012-10-04 08:32 -0700

csiph-web