Chris <ceonnbo...@yahoo.com> added the comment:

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 <rep...@bugs.python.org> wrote:

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

Amaury Forgeot d'Arc <amaur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11413>
_______________________________________

----------
Added file: http://bugs.python.org/file21049/unnamed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11413>
_______________________________________
<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" 
style="font: inherit;"><DIV>Thank you, here is the message I got:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Microsoft Windows XP [Version 5.1.2600]<BR>(C) Copyright 1985-2001 
Microsoft Corp.</DIV>
<DIV>C:\Documents and Settings\Ceonn&gt;c:\python32\python.exe -m 
idlelib.idle<BR>Traceback (most recent call last):<BR>&nbsp; File 
"c:\python32\lib\runpy.py", line 160, in 
_run_module_as_main<BR>&nbsp;&nbsp;&nbsp; "__main__", fname, loader, 
pkg_name)<BR>&nbsp; File "c:\python32\lib\runpy.py", line 73, in 
_run_code<BR>&nbsp;&nbsp;&nbsp; exec(code, run_globals)<BR>&nbsp; File 
"c:\python32\lib\idlelib\idle.py", line 11, in 
&lt;module&gt;<BR>&nbsp;&nbsp;&nbsp; idlelib.PyShell.main()<BR>&nbsp; File 
"c:\python32\lib\idlelib\PyShell.py", line 1374, in main<BR>&nbsp;&nbsp;&nbsp; 
root = Tk(className="Idle")<BR>&nbsp; File 
"c:\python32\lib\tkinter\__init__.py", line 1674, in 
__init__<BR>&nbsp;&nbsp;&nbsp; self.tk = _tkinter.create(screenName, baseName, 
className, interactive, want<BR>objects, useTk, sync, 
use)<BR>_tkinter.TclError: Can't find a usable init.tcl in the following 
directories:<BR>&nbsp;&nbsp;&nbsp; {C:\IBMTOOLS\Python22\tcl\tcl8.4}
 C:/IBMTOOLS/Python22/tcl/tcl8.5 c:/python3<BR>2/lib/tcl8.5 c:/lib/tcl8.5 
c:/lib/tcl8.5 c:/library c:/library c:/tcl8.5.9/libra<BR>ry 
c:/tcl8.5.9/library</DIV>
<DIV>C:/IBMTOOLS/Python22/tcl/tcl8.4/init.tcl: version conflict for package 
"Tcl": ha<BR>ve 8.5.9, need exactly 8.4<BR>version conflict for package "Tcl": 
have 8.5.9, need exactly 8.4<BR>&nbsp;&nbsp;&nbsp; while executing<BR>"package 
require -exact Tcl 8.4"<BR>&nbsp;&nbsp;&nbsp; (file 
"C:/IBMTOOLS/Python22/tcl/tcl8.4/init.tcl" line 19)<BR>&nbsp;&nbsp;&nbsp; 
invoked from within<BR>"source 
C:/IBMTOOLS/Python22/tcl/tcl8.4/init.tcl"<BR>&nbsp;&nbsp;&nbsp; ("uplevel" body 
line 1)<BR>&nbsp;&nbsp;&nbsp; invoked from within<BR>"uplevel #0 [list source 
$tclfile]"</DIV>
<DIV><BR>This probably means that Tcl wasn't installed properly.</DIV>
<DIV><BR><BR><BR><BR>--- On <B>Tue, 3/8/11, Amaury Forgeot d'Arc 
<I>&lt;rep...@bugs.python.org&gt;</I></B> wrote:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: 
rgb(16,16,255) 2px solid"><BR>From: Amaury Forgeot d'Arc 
&lt;rep...@bugs.python.org&gt;<BR>Subject: [issue11413] Idle doesn't 
start<BR>To: ceonnbo...@yahoo.com<BR>Date: Tuesday, March 8, 2011, 9:26 
AM<BR><BR>
<DIV class=plainMail><BR>Amaury Forgeot d'Arc &lt;<A 
href="http://us.mc598.mail.yahoo.com/mc/compose?to=amaur...@gmail.com"; 
ymailto="mailto:amaur...@gmail.com";>amaur...@gmail.com</A>&gt; added the 
comment:<BR><BR>- Click the "Start" button<BR>- On this menu, click the 
"Run..." item (almost at the bottom)<BR>- In the small windows that opens, type 
"cmd" and click OK. This opens the command prompt.<BR>- In this window, 
type:<BR>&nbsp; &nbsp; c:\python32\python.exe -m idlelib.idle<BR><BR>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.<BR><BR>----------<BR><BR>_______________________________________<BR>Python
 tracker &lt;<A 
href="http://us.mc598.mail.yahoo.com/mc/compose?to=rep...@bugs.python.org"; 
ymailto="mailto:rep...@bugs.python.org";>rep...@bugs.python.org</A>&gt;<BR>&lt;<A
 href="http://bugs.python.org/issue11413"; 
target=_blank>http://bugs.python.org/issue11413</A>&gt;<BR>_______________________________________<BR></DIV></BLOCKQUOTE></td></tr></table><br>







      
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to