summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/FixTk.py
Commit message (Collapse)AuthorAgeFilesLines
* Also point TK_LIBRARY to the appropriate directory.Guido van Rossum2000-10-251-3/+4
| | | | Changed the landmark to tclIndex, which should occur in both.
* Work the Tcl version number in the path we search for.Guido van Rossum2000-04-041-2/+3
|
* A version of FixTk.py that works with the way the installer nowGuido van Rossum2000-03-311-64/+4
| | | | installs Tcl/Tk.
* This hopefully fixes the problem of having to set PATHGuido van Rossum1999-01-041-0/+64
in autoexec.bat in order to find the Tcl DLLs -- Tkinter calls FixTk which will hunt around in a few common places and then set PATH and try again, or else issue a big clarifying error message.