[New-bugs-announce] [issue15968] Incorporate Tcl/Tk/Tix into the Windows build process

Jeremy Kloth report at bugs.python.org
Tue Sep 18 21:36:23 CEST 2012


New submission from Jeremy Kloth:

This patch incorporates Tcl/Tk/Tix into the MSVC build in the same fashion as OpenSSL has been done.

Highlights:
- A new project, tcltk, is added that simply calls the Python script build_tkinter.py to build the externals.
- New helper module PCbuild/buildlib.py to parse and evaluate the MSBuild property files.
- build_tkinter.py is updated to use MSBuild properties for locating the sources.
- The tcltk output directory is now inside the PCbuild directory to enable different Tcl/Tk/Tix versions for different Python versions

----------
components: Build
hgrepos: 149
messages: 170668
nosy: jkloth
priority: normal
severity: normal
status: open
title: Incorporate Tcl/Tk/Tix into the Windows build process
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15968>
_______________________________________


More information about the New-bugs-announce mailing list