[ python-Bugs-1471806 ] IDLE does not start 2.4.3

SourceForge.net noreply at sourceforge.net
Fri Apr 21 17:52:16 CEST 2006


Bugs item #1471806, was opened at 2006-04-17 08:58
Message generated for change (Comment added) made by josiahcarlson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1471806&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IDLE
Group: Python 2.4
Status: Closed
Resolution: None
Priority: 5
Submitted By: Erin (egrimes)
Assigned to: Kurt B. Kaiser (kbk)
Summary: IDLE does not start 2.4.3

Initial Comment:
IDLE does not start. 2.4.3  
Installed Python 2.4.3 on Windows XP SP 2
I shutoff my ZoneAlarm Firewall and Stopped the 
Windows
Firewall, turned off all Anti-Virus services.

Python was 2.4.2 was previously installed on this 
machine and worked fine. Machine was wiped, reloaded 
and Python 2.4.3 was available.

Steps:
1. Click Start -> All Programs -> Python 2.4 -> IDLE 
(Python GUI)
2. pythonw.exe process starts for a few seconds, then 
stops
3. Nothing happens

----------------------------------------------------------------------

Comment By: Josiah Carlson (josiahcarlson)
Date: 2006-04-21 08:52

Message:
Logged In: YES 
user_id=341410

A patch which offers such functionality would surely be
appreciated.

----------------------------------------------------------------------

Comment By: Erin (egrimes)
Date: 2006-04-21 05:25

Message:
Logged In: YES 
user_id=1503943

When Python installed, my admin account was not given 
permission to access the C:\Documents and 
Settings\Admin\.idlerc folder which was preventing Python 
from starting.

Thanks for showing me how to start IDLE in cmd prompt, 
that showed me the permission denied error on the folder. 
Might want to have python throw some sort of error if it 
tries to open via shortcut and that folder is blocked.

----------------------------------------------------------------------

Comment By: Terry J. Reedy (tjreedy)
Date: 2006-04-20 22:59

Message:
Logged In: YES 
user_id=593130

I have opposite experience.  Winxp home sp2, upgraded 
without uninstall.  Did not turn off Win Firewall or AV.
Idle 1.1.3 starts up nice as can be.  File/Recent File 
list is still there.  Opened one with test code and it 
just reran; all tests pass as did before with, I believe, 
same test report output.

What happens when you open a Python command window?  Have 
you run test/regrtest.py or anything else?



----------------------------------------------------------------------

Comment By: Josiah Carlson (josiahcarlson)
Date: 2006-04-20 22:53

Message:
Logged In: YES 
user_id=341410

1. Start up a command line (Start -> Run -> cmd).
2. Change to the directory in which Python is installed (the
following will likely work, if you installed Python using
the default configuration)...
c:
cd \python24
3. Run idle from the command line...
python lib\idlelib\idle.pyw

Tell us what it prints out.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1471806&group_id=5470


More information about the Python-bugs-list mailing list