<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div style="" class="">I tried to install pycairo under OSX. (10.9. Mavericks)</div><div style="" class="">When executing "waf" I get an error, that the version is to old. There is the original Apple Python 2.7... installation and additionally a Python3 as provided by python.org.</div><div style="" class="">How can i tell waf to point to the right version?</div><div style="" class=""><br style="" class=""></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;" class="">-----------------------------------------------------<br style="" class=""></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida
 Grande,sans-serif; background-color: transparent; font-style: normal;" class="">The Terminal output:</div><div style="color: rgb(0, 0, 0); font-size: 16px; background-color: transparent; font-style: normal;" class=""><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><br style="" class=""></span></div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">xxxx-imac:pycairo oe$ python3 ./waf configure<br style="" class="">  ./options()<br style="" class="">Setting top to                           : /Users/xxxx/Desktop/temp-cairo/pycairo <br style="" class="">Setting out
 to                           : /Users/xxxx/Desktop/temp-cairo/pycairo/build_directory <br style="" class="">  ./configure()<br style="" class="">Checking for 'gcc' (c compiler)          : ok <br style="" class="">Checking for program python              : /usr/bin/python <br style="" class="">python executable '/usr/bin/python' different from sys.executable '/Library/Frameworks/Python.framework/Versions/3.4/bin/python3'<br style="" class="">Checking for python version              : (2, 7, 5, 'final', 0) <br style="" class="">The python version is too old, expecting (3, 1, 0)<br style="" class="">(complete log in
 /Users/xxxx/Desktop/temp-cairo/pycairo/build_directory/config.log)</span><br style="" class=""></div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br style="" class=""></div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;">--------------------------------</div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;">The log file:<br style="" class=""><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;"># project pycairo (1.10.0) configured on Mon Sep 15 15:01:53 2014 by<br style="" class=""># waf 1.6.4
 (abi 98, python 30401f0 on darwin)<br style="" class=""># using ./waf configure<br style="" class="">#<br style="" class="">----------------------------------------<br style="" class="">Setting top to<br style="" class="">/Users/oe/Desktop/temp-cairo/pycairo<br style="" class="">----------------------------------------<br style="" class="">Setting out to<br style="" class="">/Users/xxxx/Desktop/temp-cairo/pycairo/build_directory<br style="" class="">----------------------------------------<br style="" class="">Checking for 'gcc' (c compiler)<br style="" class="">find program=['gcc', 'cc'] paths=['/Library/Frameworks/Python.framework/Versions/3.4/bin', '/usr/bin', '/bin', '/usr/sbin', '/sbin', '/usr/local/bin'] var='CC' -> '/usr/bin/gcc'<br style="" class="">find program=['ar'] paths=['/Library/Frameworks/Python.framework/Versions/3.4/bin', '/usr/bin', '/bin', '/usr/sbin', '/sbin', '/usr/local/bin'] var='AR' -> '/usr/bin/ar'<br style=""
 class="">ok<br style="" class="">----------------------------------------<br style="" class="">Checking for program python<br style="" class="">/usr/bin/python<br style="" class="">find program=['python'] paths=['/Library/Frameworks/Python.framework/Versions/3.4/bin', '/usr/bin', '/bin', '/usr/sbin', '/sbin', '/usr/local/bin'] var='PYTHON' -> '/usr/bin/python'<br style="" class="">['/usr/bin/python', '-c', 'import sys\nfor x in sys.version_info: print(str(x))']<br style="" class="">out: 2<br style="" class="">7<br style="" class="">5<br style="" class="">final<br style="" class="">0<br style="" class=""><br style="" class="">----------------------------------------<br style="" class="">Checking for python version<br style="" class="">(2, 7, 5, 'final', 0)<br style="" class="">from /Users/oe/Desktop/temp-cairo/pycairo: The python version is too old, expecting (3, 1, 0)<br style="" class=""> <br style="" class=""></span></div><div class=""
 style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br style="" class=""></div></div></body></html>