[Python-checkins] CVS: python/dist/src/Lib/lib-tk FixTk.py,1.4,1.5
Guido van Rossum
guido@python.org
2001年10月12日 12:06:45 -0400
> > 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.
Oops, I didn't realize that. Can you suggest specific words or just
check them in?
--Guido van Rossum (home page: http://www.python.org/~guido/)