[issue3881] IDLE won't start in custom directory.

Zlm report at bugs.python.org
Sat Jan 17 18:38:00 CET 2009


Zlm <zemarialm at gmail.com> added the comment:

Hi. I have the same problem, but i'm running Pyhton 2.6.1. I'm using
Windows Vista 32bit SP1.

I installed Python to C:\Program Files\Python\2.6\ and when I try to run
idle from the start menu, it doesn't work.

When I try to run it from the command line, the same error is displayed:

"C:\Program Files\Python\2.6\Lib\idlelib>python idle.py
Traceback (most recent call last):
  File "idle.py", line 21, in <module>
    idlelib.PyShell.main()
  File "C:\Programas\Python\2.6\lib\idlelib\PyShell.py", line 1386, in main
    root = Tk(className="Idle")
  File "C:\Programas\Python\2.6\lib\lib-tk\Tkinter.py", line 1643, 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:\Programas\Python\2.6\tcl\tcl8.5}
C:/Programas/Python/2.6/lib/tcl8.5 C:/P
rogramas/Python/lib/tcl8.5 C:/Programas/lib/tcl8.5
C:/Programas/Python/library C
:/Programas/library C:/Programas/tcl8.5.2/library C:/tcl8.5.2/library



This probably means that Tcl wasn't installed properly."

----------
nosy: +zlm

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3881>
_______________________________________


More information about the Python-bugs-list mailing list