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


Groups > comp.lang.python > #100815

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

From eryk sun <eryksun@gmail.com>
Newsgroups comp.lang.python
Subject Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD
Date 2015-12-24 10:39 -0600
Message-ID <mailman.117.1450975224.2237.python-list@python.org> (permalink)
References (6 earlier) <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>

Show all headers | View raw


 On Thu, Dec 24, 2015 at 8:52 AM, Nicky Mac <nmcelwaine@gmail.com> wrote:
> seems the user profile PATH is a registry entry, and was not updated when I
> deinstalled Python2.7
> still haven't  figured out how to change it - I will NOT attempy a regedit.

I don't use the option to add the installation and Scripts directories
to PATH. It's a mess when installing multiple interpreters. I use the
py launcher [1] and virtual environments [2], and manually add .PY to
PATHEXT.

[1]: https://docs.python.org/3/using/windows.html#python-launcher-for-windows
[2]: https://docs.python.org/3/library/venv.html

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


Thread

Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD eryk sun <eryksun@gmail.com> - 2015-12-24 10:39 -0600

csiph-web