Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '16,': 0.03; 'subject:Python': 0.06; 'binary': 0.07; 'spaces': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'names?': 0.16; 'non-default': 0.16; 'subject:default': 0.16; 'subject:install': 0.16; 'subject:non': 0.16; 'files.': 0.16; 'wrote:': 0.18; 'wed,': 0.18; "python's": 0.19; 'putting': 0.22; 'cc:addr:python.org': 0.22; 'installation': 0.23; 'instance,': 0.24; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'installed': 0.27; 'message- id:@mail.gmail.com': 0.30; 'with,': 0.31; 'file': 0.32; 'trouble': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'subject:?': 0.36; 'being': 0.38; 'pm,': 0.38; 'default': 0.69; 'jul': 0.74; 'extensions.': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=/UVFCLhzjXQ+IHSlqrAC0ZVrauBjb1jO8U+S1iG/iQU=; b=TzwN6LawlyGtNkencSiM/WXzPGQOJfArHR34Etbwt69LxtulHyJ6OU4iOSIyKj1Hnv 2qOwZI+5+Aw5jhksMNdF5F3L7v5aKZua23njHlhRfsYjFUTWBmUOOtqQGiDSGuj074Zz wxjqtuTKw+cTCYHCxj+oLDz1f3ZgP+GQU5WWVlHf0f+hzXU9gsZDJ+4pXHAm5jfKfnV/ 3GDp+Pb+xxzRXqp8bKwlY9BjyYE/idRv6ZLennDLe5AhoeZkqFIP4kkLYkhzemq5/jVN yAAPsykUvyMy7ATJn8oQlOCtDvMl64BljGVsB6slVX0qHGdn7TbJSoaUJ7WisnBiWrGb 4vVg== MIME-Version: 1.0 X-Received: by 10.220.1.70 with SMTP id 6mr9171486vce.62.1405526982270; Wed, 16 Jul 2014 09:09:42 -0700 (PDT) In-Reply-To: <1405517362.434.YahooMailNeo@web163802.mail.gq1.yahoo.com> References: <1405517362.434.YahooMailNeo@web163802.mail.gq1.yahoo.com> Date: Thu, 17 Jul 2014 02:09:42 +1000 Subject: Re: how to msi install Python to non-default target dir? From: Chris Angelico Cc: Python Content-Type: text/plain; charset=UTF-8 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405526990 news.xs4all.nl 2903 [2001:888:2000:d::a6]:53350 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74566 On Wed, Jul 16, 2014 at 11:29 PM, Albert-Jan Roskam wrote: > It needs to be installed to the non-default location "c:\program files\python27". Why must it? Are you aware that many programs have issues with spaces in file names? That's one reason for Python's default installation location NOT being in the stupidly-named Program Files. Putting Python there may cause trouble with, for instance, binary extensions. ChrisA