tcl 8.2 OK?

Fredrik Lundh effbot at telia.com
Sun Apr 2 05:16:31 EDT 2000


Albert Wagner wrote:
> For use by tkinter I installed tcl/tk8.2 (I couldn't make 8.0.4
> compile).  Is this OK? Or can I expect trouble later?

if you can get a simple program to work (like the test code in
Tkinter.py), it's probably okay.

there are some initialization issues with Tk 8.1, but they may be
fixed in 8.2.  if you get messages like "cannot find usable tk.tcl in
the following directories" followed by a number of empty lines,
you need to patch the _tkinter module.

(don't have a pointer handy; if you need the patch and cannot
find it, followup to this post).

</F>





More information about the Python-list mailing list