diff options
author | Ned Deily <nad@acm.org> | 2013-11-05 10:44:17 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-11-05 10:44:17 (GMT) |
commit | 6fc5f98480a197e434816d4b7dacd096c9f66d09 (patch) | |
tree | 01d6808923d5ab00ab17dc7f1cb223ff1e8c7150 /Mac/BuildScript/README.txt | |
parent | 2c1adcb62ba60ad067d222160b695722742954da (diff) | |
download | cpython-6fc5f98480a197e434816d4b7dacd096c9f66d09.zip cpython-6fc5f98480a197e434816d4b7dacd096c9f66d09.tar.gz cpython-6fc5f98480a197e434816d4b7dacd096c9f66d09.tar.bz2 |
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
Some third-party projects, such as matplotlib and PIL/Pillow,
depended on being able to build with Tcl and Tk frameworks in
/Library/Frameworks. They were unable to build with the built-in
Tcl/Tk and/or execute correctly.
Diffstat (limited to 'Mac/BuildScript/README.txt')
-rw-r--r-- | Mac/BuildScript/README.txt | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/Mac/BuildScript/README.txt b/Mac/BuildScript/README.txt index 38470c5..56c769a 100644 --- a/Mac/BuildScript/README.txt +++ b/Mac/BuildScript/README.txt @@ -57,40 +57,13 @@ for each release. * NCurses 5.9 (http://bugs.python.org/issue15037) * SQLite 3.7.13 - * Tcl 8.5.15 - * Tk 8.5.15 * XZ 5.0.3 - uses system-supplied versions of third-party libraries * readline module links with Apple BSD editline (libedit) - - requires ActiveState Tcl/Tk 8.5.14 (or later) to be installed for building - - * Beginning with Python 3.3.3, this installer now includes its own - builtin copy of Tcl and Tk 8.5.15 libraries and thus is no longer - dependent on the buggy releases of Aqua Cocoa Tk 8.5 shipped with - OS X 10.6 or on installing a newer third-party version of Tcl/Tk - in /Library/Frameworks, such as from ActiveState. If it is - necessary to fallback to using a third-party Tcl/Tk because of - a problem with the builtin Tcl/Tk, there is a backup version of - the _tkinter extension included which will dynamically link to - Tcl and Tk frameworks in /Library/Frameworks as in previous releases. - To enable (for all users of this Python 3.3):: - - sudo bash - cd /Library/Frameworks/Python.framework/Versions/3.3 - cd ./lib/python3.3 - cp -p ./lib-tkinter/library/_tkinter.so ./lib-dynload - exit - - To restore using Python's builtin versions of Tcl and Tk:: - - sudo bash - cd /Library/Frameworks/Python.framework/Versions/3.3 - cd ./lib/python3.3 - cp -p ./lib-tkinter/builtin/_tkinter.so ./lib-dynload - exit + - requires ActiveState Tcl/Tk 8.5.9 (or later) to be installed for building - recommended build environment: |