]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15663: OS X installer builtin Tcl/Tk support
authorNed Deily <nad@acm.org>
Sat, 26 Oct 2013 10:17:44 +0000 (03:17 -0700)
committerNed Deily <nad@acm.org>
Sat, 26 Oct 2013 10:17:44 +0000 (03:17 -0700)
commitf87cfce45090d4c71d525edce479f39b10658e58
treef600d44343732488f73f7fd58599e4a2e9f1de77
parent8444ebbd72e14202a561d251b556f011ce93e85c
Issue #15663: OS X installer builtin Tcl/Tk support

Make it easier for users to make use of the backup _tkinter linked
with the third-party Tcl and Tk frameworks in /Library/Frameworks.
The two tkinter variants are now installed in separate directories
under a new lib-tkinter.  This allows per-user selection by
manipulating sys.path, directly or with PYTHONPATH.  If this
proves useful, we can supply a more convenient user interface
to supply the paths.  For now, this remains somewhat experimental.
Mac/BuildScript/README.txt
Mac/BuildScript/build-installer.py