Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100847
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| 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 | Thu, 24 Dec 2015 19:09:35 -0500 |
| Organization | IISS Elusive Unicorn |
| Lines | 27 |
| Message-ID | <mailman.140.1451002181.2237.python-list@python.org> (permalink) |
| References | <CAKafoGDGEhjxGcNRRR3Kcs8D6Saj-s6eTmcncbZpTzFe2jiUpw@mail.gmail.com> <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> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de 7nTJPXoOmWdyl7pdlzsJhA7EtDo/ad2ibY0PVFywqCdA== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'modify': 0.04; 'subject:IDLE': 0.04; 'key.': 0.07; '"my': 0.09; 'authorize': 0.09; 'components,': 0.09; 'defined.': 0.09; 'message- id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tab': 0.09; 'thu,': 0.15; 'variables': 0.15; '(system': 0.16; 'concatenated': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'system-wide': 0.16; 'there...': 0.16; 'win7': 0.16; 'settings.': 0.18; 'url:home': 0.18; '2015': 0.20; "user's": 0.22; 'variables.': 0.22; 'defined': 0.23; '(or': 0.23; 'dec': 0.23; 'split': 0.23; 'header:X-Complaints-To:1': 0.26; 'followed': 0.27; 'windows,': 0.29; 'environment': 0.29; 'admin': 0.29; 'could': 0.35; 'path': 0.35; 'should': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'whatever': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'skip:u 10': 0.61; 'profile': 0.63; 'account': 0.66; 'box,': 0.67; 'now)': 0.84; 'dennis': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | adsl-108-79-218-6.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| X-No-Archive | YES |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:100847 |
Show key headers only | 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
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