Am 15.01.2017 um 00:05 schrieb Stephan Witt <st.w...@gmx.net>:
> 
> Am 14.01.2017 um 17:42 schrieb pdv <pdvissch...@edpnet.be>:
>> 
>> The current master fails to start-up (on macOS) if the default Python is 
>> Python3.x, because prefs2prefs.py is not compatible with Python3.
> 
> This looks strange. The python people say python 2.7 is the default on Mac 
> (including the latest OS Sierra).
> 
> http://docs.python-guide.org/en/latest/starting/install3/osx/
> 
> Stephan
> 
>> 
>> In python23() in os.cpp both Python 2 and Python 3 are accepted.
>> 
>> 
>> As a temporarily workaround I've built with PYTHON="/usr/bin/python" which 
>> is the default apple-python, but that doesn't seem to help.
>> 
>> P. De Visschere

Sorry, I misunderstood - you are trying to force the use of the default 2.7 
python. I think you have to force the use of correct python at run-time. It 
doesn’t matter what your environment is at compile time. This is the correct 
behavior, IMO.

Stephan

Reply via email to