diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-19 15:05:38 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-19 15:05:38 (GMT) |
commit | e467f43373c9ee772f914d8120d258264af094cd (patch) | |
tree | 263b0f5c07d2f30469b998b9eb4a9aa64e8f97bc | |
parent | 20fde6641a4dc6979bbb2dbceeb946b59ff1b785 (diff) | |
download | cpython-e467f43373c9ee772f914d8120d258264af094cd.zip cpython-e467f43373c9ee772f914d8120d258264af094cd.tar.gz cpython-e467f43373c9ee772f914d8120d258264af094cd.tar.bz2 |
Build against system Tcl framework.
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 7 | ||||
-rw-r--r-- | Misc/NEWS | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 8bfa068..fcd97cd 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -334,13 +334,6 @@ def checkEnvironment(): if os.path.exists('/opt/local'): fatal("Detected MacPorts, please remove before building Python") - if not os.path.exists('/Library/Frameworks/Tcl.framework') or \ - not os.path.exists('/Library/Frameworks/Tk.framework'): - - fatal("Please install a Universal Tcl/Tk framework in /Library from\n\thttp://tcltkaqua.sourceforge.net/") - - - def parseOptions(args = None): """ Parse arguments and update global settings. @@ -14,6 +14,7 @@ Build ----- - In the OSX installer, update SQLite to 3.6.7, and change bsddb URL. + Build against system Tcl framework. What's New in Python 2.5.3c1? ============================= |