This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Bump up version of Tcl/Tk in building Python in Windows platform
Type: enhancement Stage: resolved
Components: Tkinter Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brian.curtin, loewis, tim.golden, vajrasky, zach.ware
Priority: normal Keywords: patch

Created on 2013-11-03 15:30 by vajrasky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bump_up_tcl_version_windows.patch vajrasky, 2013-11-03 15:30 review
Messages (3)
msg202030 - (view) Author: Vajrasky Kok (vajrasky) * Date: 2013-11-03 15:30
Right now, at November 3rd 2013, the latest minor version of Tcl/Tk 8.5 is 8.5.15.

http://www.activestate.com/activetcl/downloads
http://www.tcl.tk/

When building Python in Windows in release mode (not debug mode), I had to download the Tcl/Tk binary build from ActiveState which only offers 8.5.15 version. To download the older version, you have to buy business license from them.

So maybe it's the time to bump up the version?

Of course we have to update the svn repository as well.
http://svn.python.org/projects/external/
msg202089 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2013-11-04 05:19
Vajrasky Kok wrote:
> When building Python in Windows in release mode (not debug mode), I had
> to download the Tcl/Tk binary build from ActiveState

It is a bit of a hassle, but you can build your own Release mode Tcl/Tk; there are instructions in the newly clarified (hopefully) PCbuild/readme.txt.

As far as upgrading our included Tcl/Tk, I've been thinking the same thing since we started including 8.5.15 with the Mac installers; I think we should ship the same version on any platform where we ship it at all.

I'll do some testing with 8.5.15 as soon as I get a chance.  I don't have enough experience with svn (or access to svn.python.org, as far as I can tell) to actually do the upgrade if we decide to do it, though.
msg204405 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2013-11-25 20:46
Looks like Martin took care of it in 730d89d66b38.  Thanks, Martin!
History
Date User Action Args
2022-04-11 14:57:53adminsetgithub: 63685
2013-11-25 20:46:52zach.waresetstatus: open -> closed
type: enhancement
messages: + msg204405

resolution: fixed
stage: resolved
2013-11-08 23:43:07terry.reedysetnosy: + loewis
2013-11-04 05:19:35zach.waresetnosy: + tim.golden, brian.curtin
messages: + msg202089
2013-11-03 15:30:01vajraskycreate