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


Groups > comp.lang.python > #100815 > unrolled thread

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

Started byeryk sun <eryksun@gmail.com>
First post2015-12-24 10:39 -0600
Last post2015-12-24 10:39 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

Fromeryk sun <eryksun@gmail.com>
Date2015-12-24 10:39 -0600
SubjectRe: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD
Message-ID<mailman.117.1450975224.2237.python-list@python.org>
 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web