[ python-Bugs-1732160 ] Unable to Start IDLE

SourceForge.net noreply at sourceforge.net
Thu Jun 7 08:11:29 CEST 2007


Bugs item #1732160, was opened at 2007-06-06 09:00
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1732160&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.5
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Kishore (kishore_durai)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unable to Start IDLE

Initial Comment:
HI,
   I am not unable to start Python IDLE from Start menu.. THe hour glass appears once i clikc the icon and vanishes quickly. Can anyone tell me how to fix this problem. Thanks.

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2007-06-06 23:11

Message:
Logged In: YES 
user_id=33168
Originator: NO

BTW, for questions like these, it's better to ask on the Usenet group
comp.lang.python.  You can also reach it via python-list at python.org.  Also
#python on IRC (freenode.net) are good ways of asking for help for
questions like these that aren't really bugs.

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2007-06-06 23:10

Message:
Logged In: YES 
user_id=33168
Originator: NO

It looks like you can only change the port by changing code. 
(idlelib\PyShell.py)  The port it uses is 8833.

Try starting IDLE without a subprocess (and port IIRC):

  python.exe idle.py -n

(ie, add -n option to the command line.

You could probably find the answer by googling for something like "python
idle startup port".

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

Comment By: Kishore (kishore_durai)
Date: 2007-06-06 22:39

Message:
Logged In: YES 
user_id=1810028
Originator: YES

Hi..i checked my firewall also..tried opening it by disabling the
firewall..Doesnt seem to help.How to let IDLE access thge port.Can someone
give me more details. Terminal window in the sense starting IDLE from
command ? I tried that too but didnt seem to help..Pls help. THanks.

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2007-06-06 22:32

Message:
Logged In: YES 
user_id=33168
Originator: NO

Do you have any sort of firewall/anti-virus software installed?  That can
conflict with IDLE because it tries to open a port.  You can try going to
the software and allowing IDLE to access this port.  You can also try to
open a terminal window and start IDLE manually and see if that works or if
that produces an error message.

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

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


More information about the Python-bugs-list mailing list