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: Tools/buildbot/external.bat should download and built tix
Type: enhancement Stage: resolved
Components: Build, Windows Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, stutzbach, zach.ware
Priority: normal Keywords:

Created on 2010-09-03 20:44 by stutzbach, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg115503 - (view) Author: Daniel Stutzbach (stutzbach) (Python committer) Date: 2010-09-03 20:44
external.bat and external-common.bat take care of downloading most external packages such as tcl, tk, and openssl.  However, the tix package is missing, but needed to build the msi.
msg115572 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-09-04 14:23
Unfortunately, Tix just won't build that easily. Patches are welcome.

It may be worthwhile to rely on build_tkinter.py exclusively (but that often doesn't work, either).
msg217083 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2014-04-23 19:49
This is fixed in 3.5, PCbuild/tix.vcxproj builds Tix in Debug and Release modes.
History
Date User Action Args
2022-04-11 14:57:06adminsetgithub: 53973
2014-04-23 19:49:32zach.waresetstatus: open -> closed

versions: + Python 3.5, - Python 3.2
nosy: + zach.ware

messages: + msg217083
resolution: fixed
stage: needs patch -> resolved
2010-09-04 14:23:25loewissetmessages: + msg115572
2010-09-03 20:44:19stutzbachcreate