]> granicus.if.org Git - python/commit
Issue #15663: OS X installer builtin Tcl/Tk support
authorNed Deily <nad@acm.org>
Sat, 26 Oct 2013 10:16:06 +0000 (03:16 -0700)
committerNed Deily <nad@acm.org>
Sat, 26 Oct 2013 10:16:06 +0000 (03:16 -0700)
commit70f213ab11dd44c28af0a8b70259f0e87647c245
treee8c363029a57882fe546708f750290a512bb44fd
parent7c5ba45fd87443f3bc50e6dd486fc88704a2428a
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