]> granicus.if.org Git - python/commit
This hopefully fixes the problem of having to set PATH
authorGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 18:06:45 +0000 (18:06 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 18:06:45 +0000 (18:06 +0000)
commitf8d579c5e3b9938599c1ae0a6a8a73b70ea1e5da
tree5bc377d67b337c8c7a7c4fdb8b500104d6e04da2
parent88303194a5579647b30243ab85f3f3acfd610d3c
This hopefully fixes the problem of having to set PATH
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.
Lib/lib-tk/FixTk.py [new file with mode: 0644]
Lib/lib-tk/Tkinter.py