[issue9765] tcl-8 vs tcl8

2014-04-23 Thread Zachary Ware
Zachary Ware added the comment: Done, thanks! -- assignee: -> zach.ware resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ _

[issue9765] tcl-8 vs tcl8

2014-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4ff37fbcd4e8 by Zachary Ware in branch 'default': Issue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms. http://hg.python.org/cpython/rev/4ff37fbcd4e8 -- nosy: +python-dev ___ Python t

[issue9765] tcl-8 vs tcl8

2014-04-23 Thread Martin v . Löwis
Martin v. Löwis added the comment: For 3.5, it's fine. -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-l

[issue9765] tcl-8 vs tcl8

2014-04-23 Thread Zachary Ware
Zachary Ware added the comment: PCbuild/tix.vcxproj explicitly sets TCL_DIR and TK_DIR in the command line used to build Tix, using the paths used by the rest of the solution and the Tools/buildbot scripts; would the attached patch now be acceptable (for 3.5 only)? -- nosy: +zach.ware

[issue9765] tcl-8 vs tcl8

2010-09-11 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue9765] tcl-8 vs tcl8

2010-09-04 Thread Martin v . Löwis
Martin v. Löwis added the comment: This patch is incorrect. The naming of the directories as in msi.py is correct; the naming in Tools/buildbot is slightly inappropriate. Tix relies on the specific directory names referred-to by msi.py, hence I use a different in my buildarea than Tools/build

[issue9765] tcl-8 vs tcl8

2010-09-03 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : Tools/buildbot/external-common.bat creates tcl-8.5.2.1, but Tools/msi/msi.py looks for tcl8*. Consequently, Tools/buildbot/buildmsi.py does not work on a fresh machine. tk has the same problem. I encountered this on the py3k branch but have not checked