Python 2.0 and Tcl/Tk 8.3.2?

Thomas A. Bryan tbryan at python.net
Sat Mar 10 23:32:37 EST 2001


Tom Bryan wrote:
> 
> I am upgrading our Python installation at work (on Tru64 UNIX boxes).  We
> were still running Python 1.5.2 and Tcl/Tk 8.0.5.  I'm installing Python-2.0,
> but I'm not sure which version of Tcl/Tk I should grab for Tkinter.  After
> some searching on Google, I saw some mention of problems with using Tcl/Tk 8.3
> with Python.
> 
> Any suggestions?  Should I stick with an 8.2 release of Tcl/Tk, or is the
> most recent Tcl/Tk 8.3 release stable enough to use with Python-2.0?

For the archives, I thought that I should note that I received e-mail that 
doesn't seem to have been sent to the mailinglist reporting that Tcl/Tk 8.3 
seems to work with Python 2.0.  I'll post again if I run into any serious 
problems.

If Python works as well with Tcl/Tk 8.3 as it does with Tcl/Tk 8.0, I wonder 
why the default Python-2.0 still defaults to the older version.  Does this 
line get updated to the latest version of Tcl/Tk that was known to work at 
the time of release, or is it frozen at 8.0 for the time being?

>From Modules/Setup.in:
# *** Uncomment and edit to reflect your Tcl/Tk versions:
#       -ltk8.0 -ltcl8.0 \

---Tom



More information about the Python-list mailing list