Issue 9764: Tools/buildbot/external.bat should download and built tix (original) (raw)

Issue9764

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:06 admin set github: 53973
2014-04-23 19:49:32 zach.ware set status: open -> closedversions: + Python 3.5, - Python 3.2nosy: + zach.waremessages: + resolution: fixedstage: needs patch -> resolved
2010-09-04 14:23:25 loewis set messages: +
2010-09-03 20:44:19 stutzbach create