Hi everybody,
I tried to enable Python in GC. I installed python3.6.5 from scratch using anaconda. The binary is at /opt/anaconda/envs/py36/bin/python3.6 and works. Therefore the setting in GC is set to /opt/anaconda/envs/py36/bin. I am on Mac OSX using GC version DEV-3.5 1806. When starting from commandline I get the following output
./GoldenCheetah
QML debugging is enabled. Only use this in a safe environment.
[../src/Python/PythonEmbed.cpp:189 PythonEmbed] PYTHONHOME setting used: /opt/anaconda/envs/py36/bin/
[../src/Python/PythonEmbed.cpp:108 pythonInstalled] Running: /opt/anaconda/envs/py36/bin//python3.6
[../src/Python/PythonEmbed.cpp:132 pythonInstalled] Didn't get output: /opt/anaconda/envs/py36/bin//python3.6
[../src/Python/PythonEmbed.cpp:284 PythonEmbed] Embedding failed
Can anybody help me fix that.
Daniel
P.S. I also tried with a homebrew python 3.6 which produced the same output.