Build against system Tcl framework.
This commit is contained in:
parent
20fde6641a
commit
e467f43373
|
@ -334,13 +334,6 @@ def checkEnvironment():
|
||||||
if os.path.exists('/opt/local'):
|
if os.path.exists('/opt/local'):
|
||||||
fatal("Detected MacPorts, please remove before building Python")
|
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):
|
def parseOptions(args = None):
|
||||||
"""
|
"""
|
||||||
Parse arguments and update global settings.
|
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.
|
- 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?
|
What's New in Python 2.5.3c1?
|
||||||
=============================
|
=============================
|
||||||
|
|
Loading…
Reference in New Issue