Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: eryk sun Newsgroups: comp.lang.python Subject: Re: Python Not Working as expected on Win 8 and above. Date: Sat, 13 Feb 2016 11:16:28 -0600 Lines: 20 Message-ID: References: <56be3d9f.c711c30a.e9bd9.fffff70f@mx.google.com> <56BF3108.5050903@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de E0jJ1HGu7o1OU0d00U/48QSGGioRqmH8YnHSrJFQQacw== Return-Path: 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; 'received:209.85.223': 0.03; 'root': 0.04; 'subject:Python': 0.05; 'defaults': 0.05; '(using': 0.07; 'python': 0.10; '2016': 0.16; '7:35': 0.16; 'experiments': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Not': 0.16; 'wrote:': 0.16; 'thoughts': 0.18; 'cc:2**0': 0.20; 'am,': 0.23; 'feb': 0.23; 'installation': 0.23; 'sat,': 0.23; 'cc:addr:gmail.com': 0.24; 'header:In-Reply-To:1': 0.24; 'wondering': 0.25; 'install': 0.25; 'installed': 0.26; 'message- id:@mail.gmail.com': 0.27; 'locations': 0.27; '(maybe': 0.29; '13,': 0.29; 'folder': 0.30; "i'd": 0.31; 'skip:s 30': 0.31; 'received:google.com': 0.35; 'expected': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'skip:s 40': 0.38; 'files': 0.38; 'whatever': 0.39; "didn't": 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'skip:u 10': 0.61; 'default': 0.61; 'intelligent': 0.76; 'attention': 0.76; 'account.': 0.80 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 :cc:content-type; bh=C+gNtl89BMYhapla1VTjJoYvMppexKU9xP0m/KS12rY=; b=TXrHA/b0u4V0TfQSsGshAMnhbG0UAnb0qzMqC3xtHwB+rp+pmfhR+LNnw6gdEEZ5Px N4J+maED33SzdXafuTyMCQAL16txBe9xLhv1bd8eOTAeozwMhINT1AWARZsMZ9x68DHK G9hTEpN+DmEUpc5UfUIXEC6MpU9B32wdrzjsnNE5psacKEu295c/U+axISGeJVEsqIJf phHImvewNxoLqVHciSBYijtdmfitJRhZ8GPPcCP3UpujDdBcBrXjVcgvRCV/cS5Oy69I fO0RVBCm2NQQ912uccDWSxvCDbWylue9G06v8Bqt4TJ05MqMNl5vMknrfRpEIzwG2C0o 8JVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=C+gNtl89BMYhapla1VTjJoYvMppexKU9xP0m/KS12rY=; b=Ztzy0NsYcp8d6d0hffFQQr5+iZxO7J0C53t4ULKj6dFbHvG+h8WykTdt0hns6SG0Kr 4+iAb+rkTuhiQ45ZH3yH8HYlFE8rdCZAhClXdiEG8p5XXn+yZ0TB2CgHZwfdjh5vhmsb EtBAJ3JzXYdaP1CzdjpwaCDgHC9e59xwqgQ1X3KjkFPx9Q5nkG0qvF1gol26v8LaOZPc SVpiHXfl2qpj3JVUSoZTTen0kIA8snDGiPGN9NVfj/LP84aBrwWqYJxgAIBWfssbf8y+ qibahbMqZX8Ho3eQEiD78m89n50dYoh5FgiOVCH9Gkn7HAVLF9sxUDhY13T9qObjxUSH v72Q== X-Gm-Message-State: AG10YOR9IaQdteUvtWvaq/fWN5LgKOdd3wIOVTXGTB8SFGQwYbOpAiyMsAqjtm3843taBam0YhLVHpezfNg34A== X-Received: by 10.107.11.93 with SMTP id v90mr8984278ioi.188.1455383827863; Sat, 13 Feb 2016 09:17:07 -0800 (PST) In-Reply-To: <56BF3108.5050903@gmail.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:102884 On Sat, Feb 13, 2016 at 7:35 AM, MWS wrote: > couldn't find the default install python directory (maybe i didn't pay > attention earlier), later, after some scratching my head and other > intelligent thoughts and experiments i found it got installed in the users > hidden appdata folder by default(confusing as i expected it to either get > installed in a root folder or program files and also wondering why). The new installer uses the standard locations for per-user and per-machine installations, but you can change it to use whatever you want. The following are the default installation locations (using "shell:" links). per-user install shell:UserProgramFiles\Python\PythonXY[-32] per-machine install shell:ProgramFiles[x86]\PythonXY[-32] UserProgramFiles defaults to "shell:Local AppData\Programs". You can relocate it, but I'd only do that for a new account.