Le 15/05/2019 à 14:29, José Abílio Matos a écrit :
On Tuesday, 14 May 2019 19.17.56 WEST Jean-Marc Lasgouttes wrote:
On my self-build master LyX on windows 10, I get the error below when
reconfiguring. Python is 3.6.
What is that?
JMarc
Based on this I would like to suggest before 2.4 to modify the current python
detection logic.
You mean that I was a bit too brave when deciding to install only python3?
Instead of using the first version we find, I would suggest to try first to
detect python 3 and only then if it is not detected to search for python 2.
Currently, we have a baroque list which is:
[python python2 python3 python3.3 python3.2 python3.1 python3.0
python2.7 dnl
python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
Does it really correspond to some relevant ordering? What would you
suggest instead? Move "python2" just before python2.7? And put "poython"
at the end?
I guess we can get rid of most of the pythonX.y values, or do they make
sense in any way?
JMarc
The advantage of this approach is that it works for places that only have
python 2 installed.
But how is this related to the problem I had?
JMarc