From 9d6f77ae8112b3064184b37f2668e676a4ac3a47 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 3 Jan 2011 23:41:45 +0000 Subject: [PATCH] osx: get python3.1 working with mapnik framework --- osx/scripts/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osx/scripts/setup.sh b/osx/scripts/setup.sh index 2db699d84..e8f01721d 100644 --- a/osx/scripts/setup.sh +++ b/osx/scripts/setup.sh @@ -159,7 +159,7 @@ export DYLD_LIBRARY_PATH=$PREFIX/lib # 2.5 rm bindings/python/*os rm bindings/python/mapnik/_mapnik2.so -scons install PYTHON=/usr/bin/python2.5 BOOST_PYTHON_LIB=boost_python25 +scons install BINDINGS=python PYTHON=/usr/bin/python2.5 BOOST_PYTHON_LIB=boost_python25 # 2.6 rm bindings/python/*os @@ -175,4 +175,4 @@ scons install PYTHON=/Library/Frameworks/Python.framework/Versions/2.7/bin/pytho # needs patch: http://trac.mapnik.org/wiki/Python3k rm bindings/python/*os rm bindings/python/mapnik/_mapnik2.so -PYTHON=/usr/local/bin/python3 BOOST_PYTHON_LIB=boost_python31 +scons install PYTHON=/Library/Frameworks/Python.framework/Versions/3.1/bin/python3.1 BOOST_PYTHON_LIB=boost_python31