Tcl82.dll not found

Kiyo Kelvin Lee kiyolee*remove* at ctimail.com
Sat Oct 30 20:46:58 EDT 1999


You must use Tcl8.0.5 included in Python 1.5.2. It's somehow hard-linked to
use Tcl80.dll/Tk80.dll. Tcl8.0.5 and Tcl8.2 can coexist in a system. If you
really want to use Tcl82.dll/Tk82.dll, you have to recompile Python
yourself.
Kiyo

Art Goldhammer <agold1 at mediaone.net> wrote in message
news:MbKS3.4152$IT5.272573 at ndnws01.ne.mediaone.net...
> I've just installed Python 1.5.2 on a Win98 machine that already had
Tcl8.2
> installed, so I didn't install the Tcl8.0 that came with Python.
> Unfortunately, Tkinter doesn't work. I've traced the problem to FixTk.py,
> which is looking for Tcl80.dll, which of course it doesn't find, because
> Tcl82.dll is the file in the directory where it's looking. Do I really
have
> to install an older version of Tcl to get Tkinter working? Thanks, Art
>
>





More information about the Python-list mailing list