> TclError: Can't find a usable init.tcl in the following directories:
> C:/PROGRA~1/TCL/lib/tcl8.0 ./lib/tcl8.0 ./lib/tcl8.0
> ./library ./library ./tcl8.0/library ./tcl8.0/library
>
> There's an init.tcl in the c:\Python\TCL\lib\tcl8.0 directory; that's the
> only one on my system. I used to have TCL installed under
> program files; is
> it possible that that broke the install? (Can't think why else
> it would be
> looking there at all.) Is the fix as simple as editing that path
> to tell it
> about the real TCL location? What file is it in?
The only thing I can think of that could cause this behavior is a stray
tcl80.dll and/or tk80.dll left over from your previous installation.
Somehow Python may be finding those instead of the correct ones, which
should be in c:\Python\tcl\bin.
If you can't find extra DLLs on your system, let me know and I'll try to
think of something else.
Dave
|