Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66634 > unrolled thread
| Started by | eglowstein.h@gmail.com |
|---|---|
| First post | 2014-02-18 06:56 -0800 |
| Last post | 2014-02-21 19:14 -0800 |
| Articles | 11 — 7 participants |
Back to article view | Back to comp.lang.python
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
| From | eglowstein.h@gmail.com |
|---|---|
| Date | 2014-02-18 06:56 -0800 |
| Subject | IDLE won't run after installing Python 3.3 in Windows |
| Message-ID | <704f5dde-49df-4c75-8215-5c59650d15c7@googlegroups.com> |
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. 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! Howard
[toc] | [next] | [standalone]
| From | behrooz.abbasy@gmail.com |
|---|---|
| Date | 2014-02-18 07:47 -0800 |
| Message-ID | <884d8b13-6bcf-409d-b270-ceda7f9f5c16@googlegroups.com> |
| In reply to | #66634 |
On Tuesday, February 18, 2014 6:26:51 PM UTC+3:30, eglows...@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. > > > > 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! > > > > Howard
[toc] | [prev] | [next] | [standalone]
| From | "Mark H. Harris" <harrismh777@gmail.com> |
|---|---|
| Date | 2014-02-19 08:56 -0800 |
| Message-ID | <3b8279b2-152b-4fdb-b398-0a4f96c468c4@googlegroups.com> |
| In reply to | #66634 |
> > Any suggestions? Thanks in advance! > > Switch to Gnu/Linux. <sorry, couldn't resist> Which version of tcl/tk is installed. I would guess that tkinter is honked up somehow... did you clear up the old tkinter stuff?
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2014-02-19 17:11 +0000 |
| Message-ID | <mailman.7157.1392829829.18130.python-list@python.org> |
| In reply to | #66704 |
On 19/02/2014 16:56, Mark H. Harris wrote: > >> >> Any suggestions? Thanks in advance! >> > Switch to Gnu/Linux. <sorry, couldn't resist> > > Which version of tcl/tk is installed. I would guess that tkinter is honked up somehow... did you clear up the old tkinter stuff? > The version of tcl/tk is completely irrelevant as it comes bundled in the Python msi installer. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
[toc] | [prev] | [next] | [standalone]
| From | "Mark H. Harris" <harrismh777@gmail.com> |
|---|---|
| Date | 2014-02-19 09:30 -0800 |
| Message-ID | <3b3e6a3c-acd6-40e4-a9a3-f8f6b8b914cc@googlegroups.com> |
| In reply to | #66705 |
> > The version of tcl/tk is completely irrelevant as it comes bundled in > > the Python msi installer. > Does the previous version put stuff into the registry that keeps the new version from running correctly?
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2014-02-19 17:50 +0000 |
| Message-ID | <mailman.7159.1392832208.18130.python-list@python.org> |
| In reply to | #66706 |
On 19/02/2014 17:30, Mark H. Harris wrote: > >> >> The version of tcl/tk is completely irrelevant as it comes bundled in >> >> the Python msi installer. >> > > > Does the previous version put stuff into the registry that keeps the new version from running correctly? > Not that I'm aware of. But then again if people knew the answer it would have been posted by now. Where is Terry Reedy when you need him? Or possibly rr for that matter? :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
[toc] | [prev] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2014-02-19 14:00 -0500 |
| Message-ID | <mailman.7161.1392836706.18130.python-list@python.org> |
| In reply to | #66706 |
On 2/19/2014 12:50 PM, Mark Lawrence wrote: > On 19/02/2014 17:30, Mark H. Harris wrote: >> Does the previous version put stuff into the registry that keeps the >> new version from running correctly? > Not that I'm aware of. But then again if people knew the answer it > would have been posted by now. Where is Terry Reedy when you need him? Puzzled as to what the problem is. -- Terry Jan Reedy
[toc] | [prev] | [next] | [standalone]
| From | eglowstein.h@gmail.com |
|---|---|
| Date | 2014-02-19 15:24 -0800 |
| Message-ID | <40a84f88-f6b5-4ef6-bf4a-129333909276@googlegroups.com> |
| In reply to | #66712 |
On Wednesday, February 19, 2014 2:00:52 PM UTC-5, Terry Reedy wrote: > On 2/19/2014 12:50 PM, Mark Lawrence wrote: > > > On 19/02/2014 17:30, Mark H. Harris wrote: > > > > >> Does the previous version put stuff into the registry that keeps the > > >> new version from running correctly? > > > > > Not that I'm aware of. But then again if people knew the answer it > > > would have been posted by now. Where is Terry Reedy when you need him? > > > > Puzzled as to what the problem is. > > > > -- > > Terry Jan Reedy I was extremely careful to remove any last bit of evidence in the registry that *anything* in the c:\python27 and c:\python33 directories ever existed. After the registry was purged of everything and I deleted the directories, I restarted the machine to make sure the registry was read afresh (Windows XP is wacky that way) and then did a reinstall of Python 3.3.3. Before installing anything else, I launched a program by using the 'Edit in Idle' option. Idle comes up, flashes briefly and exits. The console window never appears. If I bring up a command window and go into the lib\idlelib directory and specifically start idle with "python idle.py" or "pythons idle.py", I get Idle, but no command window. Load a file in if launched with 'python', it appears but you can't run it. If you launch with 'pythons', the whole kit & caboodle just exits when you load the file. That might not help, but that's all I saw. Is there someplace not obvious in the registry where any interesting information is kept?
[toc] | [prev] | [next] | [standalone]
| From | David Robinow <drobinow@gmail.com> |
|---|---|
| Date | 2014-02-19 21:11 -0500 |
| Message-ID | <mailman.7171.1392862276.18130.python-list@python.org> |
| In reply to | #66634 |
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.
[toc] | [prev] | [next] | [standalone]
| From | flebber <flebber.crue@gmail.com> |
|---|---|
| Date | 2014-02-20 23:43 -0800 |
| Message-ID | <4b8be77e-beda-4b34-af85-3a746055c6b4@googlegroups.com> |
| In reply to | #66729 |
Well firstly being windows I assume that you did a restart after install. Python.org python doesn't come with the windows extensions which can be installed separately. On windows I use winpython is totally portable and can be installed as system version includes all extensions as well as Numpy and matplotlib etc which can be a bit tricky to install otherwise. There is enthought and anaconda packaged python a well but my choice is winpython Give it a try and you'll definitely have a working system version. Sayth
[toc] | [prev] | [next] | [standalone]
| From | "Mark H. Harris" <harrismh777@gmail.com> |
|---|---|
| Date | 2014-02-21 19:14 -0800 |
| Message-ID | <85141301-efb3-4c9c-aa64-789c655df80f@googlegroups.com> |
| In reply to | #66634 |
On Tuesday, February 18, 2014 8:56:51 AM UTC-6, eglows...@gmail.com wrote: > Any suggestions? Thanks in advance! > Is there any possibility that you are bumping up against open IDLE Issue 14576? http://bugs.python.org/issue14576
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web