[ python-Bugs-1593384 ] No IDLE in Windows

SourceForge.net noreply at sourceforge.net
Tue Nov 14 10:53:07 CET 2006


Bugs item #1593384, was opened at 2006-11-09 15:49
Message generated for change (Comment added) made by a_v_i
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1593384&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: Demos and Tools
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: A_V_I (a_v_i)
Assigned to: Nobody/Anonymous (nobody)
Summary: No IDLE in Windows

Initial Comment:
I have installed Python 2.5 on WinXP using
python-25.msi with all features included and all
default direcories , etc. When I tried to use IDLE I
had got the following results:
- shortcut in Start -> ... does not do anything
- no IDLE in Python25\Tools

How can I get IDLE for usage?

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

>Comment By: A_V_I (a_v_i)
Date: 2006-11-14 12:53

Message:
Logged In: YES 
user_id=1641322

I have got both.

When i remove c:\Python25\tcl the response is the same as before
If in addition to that I remove c:\Python25\Lib\lib-tk it
tells me that I do not have TCL/TK properly configured or it
is not in the system

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

Comment By: Martin v. Löwis (loewis)
Date: 2006-11-14 09:16

Message:
Logged In: YES 
user_id=21627

Can you please check whether you have TCL_LIBRARY or
TK_LIBRARY set 
in your environment, and, if so, try removing them?

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

Comment By: A_V_I (a_v_i)
Date: 2006-11-14 08:59

Message:
Logged In: YES 
user_id=1641322

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and
Settings\Administrator>C:\Python25\python.exe C:\Python25\Lib\i
dlelib\idle.pyw
Traceback (most recent call last):
  File "C:\Python25\Lib\idlelib\idle.pyw", line 21, in <module>
    idlelib.PyShell.main()
  File "C:\Python25\lib\idlelib\PyShell.py", line 1388, in main
    root = Tk(className="Idle")
  File "C:\Python25\lib\lib-tk\Tkinter.py", line 1636, in
__init__
    self.tk = _tkinter.create(screenName, baseName,
className, interactive, want
objects, useTk, sync, use)
_tkinter.TclError: Can't find a usable init.tcl in the
following directories:
    {C:\IBMTOOLS\Python22\tcl\tcl8.4}
{C:\IBMTOOLS\Python22\tcl\tcl8.4} C:/IBMTO
OLS/Python22/tcl/tcl8.4 C:/Python25/lib/tcl8.4 C:/lib/tcl8.4
C:/library



This probably means that Tcl wasn't installed properly.

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

Comment By: Martin v. Löwis (loewis)
Date: 2006-11-13 21:16

Message:
Logged In: YES 
user_id=21627

I see. Can you please run

C:\Python25\python.exe C:\Python25\Lib\idlelib\idle.pyw

in a cmd.exe window and report what happens?

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

Comment By: A_V_I (a_v_i)
Date: 2006-11-13 14:33

Message:
Logged In: YES 
user_id=1641322

Properties:
   IDLE (Python GUI)
Target         Python 2.5
Start in       C:\Python25
Shortcut key   None
Run            Normal window

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

Comment By: A_V_I (a_v_i)
Date: 2006-11-13 14:33

Message:
Logged In: YES 
user_id=1641322

Properties:
   IDLE (Python GUI)
Target         Python 2.5
Start in       C:\Python25
Shortcut key   None
Run            Normal window

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

Comment By: Martin v. Löwis (loewis)
Date: 2006-11-09 22:35

Message:
Logged In: YES 
user_id=21627

Can you please report the properties of the IDLE shortcut?
(right-button on the start menu item, properties)

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

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


More information about the Python-bugs-list mailing list