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


Groups > comp.lang.python > #66729

Re: IDLE won't run after installing Python 3.3 in Windows

References <704f5dde-49df-4c75-8215-5c59650d15c7@googlegroups.com>
Date 2014-02-19 21:11 -0500
Subject Re: IDLE won't run after installing Python 3.3 in Windows
From David Robinow <drobinow@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.7171.1392862276.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Feb 18, 2014 at 9:56 AM,  <eglowstein.h@gmail.com> wrote:
> The next adventure in Python was to install Python 3 into a Windows XP machine. I had a previous 2.7 installation that I uninstalled and carefully removed all traces of from the directory and the registry.

It is not necessary to uninstall previous  versions of Python. They
can live happily together. Not only does it work, it's a supported
configuration. That's what the launcher is for.
Mucking with the registry is generally inadvisable. It's too easy to
make a mistake.
If you do decide to uninstall a Python version, do it through the
Control Panel. If that results in problems, submit a bug report.

> I got the 'python-3.3.3.msi' from Python.org and installed it. From a command window I can run 'python' and I get the Python prompt. I have several Python programs on the machine. If I right click o one, I have the option of 'Edit in IDLE'. If I do that, the disk light blinks briefly, and then nothing. So I went into the \python33\lib\idlelib directory and from a CMD window, ran 'python idle.py'. That loads IDLE. but when I ask IDLE to load a file, it navigates to a FileOpen dialog and then closes everything when I actually open the file. I then tried the same thing but used 'pythonw' instead. Same deal.
>
> I also saw some other threads here about how Python can get befuddled by firewalls, so I disabled that with no effect.
>
> Any suggestions?  Thanks in advance!
 I would reinstall Python2.7 and then reinstall Python3.3. That may
straighten out your registry. (It may not)
Let us know if that works.

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


Thread

IDLE won't run after installing Python 3.3 in Windows eglowstein.h@gmail.com - 2014-02-18 06:56 -0800
  Re: IDLE won't run after installing Python 3.3 in Windows behrooz.abbasy@gmail.com - 2014-02-18 07:47 -0800
  Re: IDLE won't run after installing Python 3.3 in Windows "Mark H. Harris" <harrismh777@gmail.com> - 2014-02-19 08:56 -0800
    Re: IDLE won't run after installing Python 3.3 in Windows Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-19 17:11 +0000
      Re: IDLE won't run after installing Python 3.3 in Windows "Mark H. Harris" <harrismh777@gmail.com> - 2014-02-19 09:30 -0800
        Re: IDLE won't run after installing Python 3.3 in Windows Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-19 17:50 +0000
        Re: IDLE won't run after installing Python 3.3 in Windows Terry Reedy <tjreedy@udel.edu> - 2014-02-19 14:00 -0500
          Re: IDLE won't run after installing Python 3.3 in Windows eglowstein.h@gmail.com - 2014-02-19 15:24 -0800
  Re: IDLE won't run after installing Python 3.3 in Windows David Robinow <drobinow@gmail.com> - 2014-02-19 21:11 -0500
    Re: IDLE won't run after installing Python 3.3 in Windows flebber <flebber.crue@gmail.com> - 2014-02-20 23:43 -0800
  Re: IDLE won't run after installing Python 3.3 in Windows "Mark H. Harris" <harrismh777@gmail.com> - 2014-02-21 19:14 -0800

csiph-web