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


Groups > comp.lang.python > #100847

Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Newsgroups comp.lang.python
Subject Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD
Date 2015-12-24 19:09 -0500
Organization IISS Elusive Unicorn
Message-ID <mailman.140.1451002181.2237.python-list@python.org> (permalink)
References (1 earlier) <CACL+1avT9Lh1-wEQBqarWfUUbOiNz7kQaaKrPyDxg43YyAYZkQ@mail.gmail.com> <CAKafoGC4ZYCJm6EF+3O2BRN-Dtvewc-F7Bb=nH_62oHpUz270g@mail.gmail.com> <CAKafoGAt=TtAAk6pBArT21tAqpvQOp3w5Fm+6eStDfTB9X1_iA@mail.gmail.com> <CAKafoGAYsm-gHs7JJ-VfP-1atKCTc0RSXK9LF05xt4LtzqNAPA@mail.gmail.com> <CACL+1av1273CVRrYFAqOT3Bvzzn0F+9Qq=ofYw2hwUDhajnXPw@mail.gmail.com>

Show all headers | View raw


On Thu, 24 Dec 2015 12:10:57 -0600, eryk sun <eryksun@gmail.com> declaimed
the following:

>
>As to PATH on Windows, it's split into system and user components,
>which get concatenated (system followed by user) when a profile is
>loaded at logon. Persisted user environment variables are defined in
>the user's "Environment" key. This is where PATH should be defined.
>
>    HKEY_CURRENT_USER\Environment
>

	"My Computer" (or whatever they call it now) Properties/Advanced System
Settings. [Environment Variables]

	On WinXP one could access that page with a user account which allowed
for editing user-specific environment variables. My experience with Win7 is
that one has to authorize to an admin account, and can only modify the
system-wide environment variables from there...

Or type sysdm.cpl in the Win7 "search" box, then hit the [Advanced] tab to
get to the same place.

-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

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


Thread

Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-12-24 19:09 -0500

csiph-web