Mailing List Archive

Python 1.5.2 with Tcl/Tk 8.1 on WinNT
I just upgraded to Tcl/Tk 8.1 on my NT box. Now, when I try to run a Python
script, it tells me that tcl80.dll can't be found. How can I make it use
tcl81.dll instead of searching for tcl80.dll? I have the Tcl bin in my path,
and I tried (in the absence of symlinks in NT) copying tcl81.dll to tcl80.dll,
but then I GPF. Do I need to have both 8.0 and 8.1 installed on my machine?

--

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Python 1.5.2 with Tcl/Tk 8.1 on WinNT [ In reply to ]
Well, Tcl 8.1 is a different (very different) version. Unless Python
was built for 8.1, you must use Tcl 8.0 and keep it installed.

-- Scott

dfulbright@my-dejanews.com wrote:
>
> I just upgraded to Tcl/Tk 8.1 on my NT box. Now, when I try to run a Python
> script, it tells me that tcl80.dll can't be found. How can I make it use
> tcl81.dll instead of searching for tcl80.dll? I have the Tcl bin in my path,
> and I tried (in the absence of symlinks in NT) copying tcl81.dll to tcl80.dll,
> but then I GPF. Do I need to have both 8.0 and 8.1 installed on my machine?
>
> --
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own