This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Chris
Recipients Chris, amaury.forgeotdarc, victorywin
Date 2011-03-08.14:56:30
SpamBayes Score 1.1428892e-05
Marked as misclassified No
Message-id <157531.21795.qm@web59810.mail.ac4.yahoo.com>
In-reply-to <1299594362.35.0.121779870732.issue11413@psf.upfronthosting.co.za>
Content
Thank you, here is the message I got:
 
 
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Ceonn>c:\python32\python.exe -m idlelib.idle
Traceback (most recent call last):
  File "c:\python32\lib\runpy.py", line 160, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "c:\python32\lib\runpy.py", line 73, in _run_code
    exec(code, run_globals)
  File "c:\python32\lib\idlelib\idle.py", line 11, in <module>
    idlelib.PyShell.main()
  File "c:\python32\lib\idlelib\PyShell.py", line 1374, in main
    root = Tk(className="Idle")
  File "c:\python32\lib\tkinter\__init__.py", line 1674, 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.5 c:/python3
2/lib/tcl8.5 c:/lib/tcl8.5 c:/lib/tcl8.5 c:/library c:/library c:/tcl8.5.9/libra
ry c:/tcl8.5.9/library
C:/IBMTOOLS/Python22/tcl/tcl8.4/init.tcl: version conflict for package "Tcl": ha
ve 8.5.9, need exactly 8.4
version conflict for package "Tcl": have 8.5.9, need exactly 8.4
    while executing
"package require -exact Tcl 8.4"
    (file "C:/IBMTOOLS/Python22/tcl/tcl8.4/init.tcl" line 19)
    invoked from within
"source C:/IBMTOOLS/Python22/tcl/tcl8.4/init.tcl"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list source $tclfile]"

This probably means that Tcl wasn't installed properly.

--- On Tue, 3/8/11, Amaury Forgeot d'Arc <report@bugs.python.org> wrote:

From: Amaury Forgeot d'Arc <report@bugs.python.org>
Subject: [issue11413] Idle doesn't start
To: ceonnbobst@yahoo.com
Date: Tuesday, March 8, 2011, 9:26 AM

Amaury Forgeot d'Arc <amauryfa@gmail.com> added the comment:

- Click the "Start" button
- On this menu, click the "Run..." item (almost at the bottom)
- In the small windows that opens, type "cmd" and click OK. This opens the command prompt.
- In this window, type:
    c:\python32\python.exe -m idlelib.idle

To copy the output, you can open the menu by clicking on the icon on the top-left corner of the window; select "Edit", "Select All" and press Enter to copy all the window text into the clipboard.

----------

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue11413>
_______________________________________
Files
File name Uploaded
unnamed Chris, 2011-03-08.14:56:29
History
Date User Action Args
2011-03-08 14:56:31Chrissetrecipients: + Chris, amaury.forgeotdarc, victorywin
2011-03-08 14:56:30Chrislinkissue11413 messages
2011-03-08 14:56:30Chriscreate