| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
revision 1.6 of FixTk.py
Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov.
Fixes #418173 and #219960. 2.2.1 candidate.
|
| |
|
|
|
| |
al. if already set. Also adds TIX_LIBRARY (just in case).
(Note that this is entirely Windows specific.)
|
| |
|
|
| |
Changed the landmark to tclIndex, which should occur in both.
|
| | |
|
| |
|
|
| |
installs Tcl/Tk.
|
|
|
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.
|