[Python-checkins] CVS: python/dist/src/Lib/lib-tk FixTk.py Tkinter.py

Guido van Rossum guido@cnri.reston.va.us
Mon, 4 Jan 1999 13:06:49 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib/lib-tk
In directory eric:/projects/python/develop/guido/src/Lib/lib-tk

Modified Files:
	Tkinter.py 
Added Files:
	FixTk.py 
Log Message:
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.