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

Fredrik Lundh fredrik@pythonware.com
Fri, 12 Oct 2001 17:54:10 +0200


> Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY et
> al. if already set.  Also adds TIX_LIBRARY (just in case).
> (Note that this is entirely Windows specific.)

in my experience, this will fuck things up as often than it'll
solve things.

it could be a good idea to put a note somewhere mentioning
that the standard FixTk doesn't necessarily work well for any-
one who plan to distribute Python with Tkinter (whether as a
python kit or with an application).  in that case, you're better
off providing your own version of FixTk.

</F>