Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-28 Thread José Abílio Matos
On Friday, 28 June 2019 08.56.14 WEST Kornel Benko wrote: > Done at 2a37ad9c. > > Kornel Thank you to both. :-) -- José Abílio

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-28 Thread Kornel Benko
Am Freitag, 28. Juni 2019, 00:11:47 CEST schrieb Jean-Marc Lasgouttes: > Le 26/06/2019 à 15:56, José Abílio Matos a écrit : > > There are three places to change: > > > > * os::python23 function in support; > > * autotools support; > > * cmake; > > > > We should be simply a matter of replacing

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-27 Thread Jean-Marc Lasgouttes
Le 26/06/2019 à 15:56, José Abílio Matos a écrit : There are three places to change: * os::python23 function in support; * autotools support; * cmake; We should be simply a matter of replacing 3.3 by 3.5. I did the two first ones, I let Kornel do cmake. JMarc

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-27 Thread Kornel Benko
Am Donnerstag, 27. Juni 2019, 14:56:05 CEST schrieb Stephan Witt: > Am 27.06.2019 um 09:03 schrieb Kornel Benko : > > > > Am Mittwoch, 26. Juni 2019, 17:45:28 CEST schrieb Stephan Witt: > >> Am 26.06.2019 um 14:08 schrieb Kornel Benko : > >>> > >>> Am Mittwoch, 26. Juni 2019, 13:21:25 CEST

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-27 Thread Stephan Witt
Am 27.06.2019 um 09:03 schrieb Kornel Benko : > > Am Mittwoch, 26. Juni 2019, 17:45:28 CEST schrieb Stephan Witt: >> Am 26.06.2019 um 14:08 schrieb Kornel Benko : >>> >>> Am Mittwoch, 26. Juni 2019, 13:21:25 CEST schrieb Stephan Witt: > I’m not surprised at these explanation. > >

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-27 Thread Kornel Benko
Am Mittwoch, 26. Juni 2019, 17:45:28 CEST schrieb Stephan Witt: > Am 26.06.2019 um 14:08 schrieb Kornel Benko : > > > > Am Mittwoch, 26. Juni 2019, 13:21:25 CEST schrieb Stephan Witt: > >>> I’m not surprised at these explanation. > >>> > >>> The real world scenario would be to disable python 3.4

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-26 Thread Stephan Witt
Am 26.06.2019 um 14:08 schrieb Kornel Benko : > > Am Mittwoch, 26. Juni 2019, 13:21:25 CEST schrieb Stephan Witt: >>> I’m not surprised at these explanation. >>> >>> The real world scenario would be to disable python 3.4 on my system >>> and test it with 2.7.15 - this works for me. >>> >>> But

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-26 Thread José Abílio Matos
On Wednesday, 26 June 2019 13.08.37 WEST Kornel Benko wrote: > The patch (and the original) omits to work with python2.7? > I have not seen problems (cmake build allows 2.7 version) > > My versions are 2.7.12 and 3.5.2. > > Kornel They should I have tested them with 2.7 (.16 in my

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-26 Thread José Abílio Matos
On Wednesday, 26 June 2019 11.40.07 WEST Stephan Witt wrote: > Hi José, > > I’m not surprised at these explanation. > > The real world scenario would be to disable python 3.4 on my system > and test it with 2.7.15 - this works for me. That is what I am proposing. :-) > But - if it’s clear LyX

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-26 Thread Kornel Benko
Am Mittwoch, 26. Juni 2019, 13:21:25 CEST schrieb Stephan Witt: > > I’m not surprised at these explanation. > > > > The real world scenario would be to disable python 3.4 on my system > > and test it with 2.7.15 - this works for me. > > > > But - if it’s clear LyX doesn’t work with python 3.4 why

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-26 Thread Stephan Witt
Am 26.06.2019 um 12:40 schrieb Stephan Witt : > > Am 26.06.2019 um 10:46 schrieb José Abílio Matos : >> >> On Tuesday, 25 June 2019 19.17.13 WEST Stephan Witt wrote: >>> +checking list of modules... >>> /Users/stephan/git/lyx-build/LyX-2.4.0dev.app/Contents/Resources/layouts/fix >>> me.module

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-26 Thread Stephan Witt
Am 26.06.2019 um 10:46 schrieb José Abílio Matos : > > On Tuesday, 25 June 2019 19.17.13 WEST Stephan Witt wrote: >> +checking list of modules... >> /Users/stephan/git/lyx-build/LyX-2.4.0dev.app/Contents/Resources/layouts/fix >> me.module Traceback (most recent call last): >> File >>

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-26 Thread José Abílio Matos
On Tuesday, 25 June 2019 19.17.13 WEST Stephan Witt wrote: > +checking list of modules... > /Users/stephan/git/lyx-build/LyX-2.4.0dev.app/Contents/Resources/layouts/fix > me.module Traceback (most recent call last): > File >

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-25 Thread Stephan Witt
Am 25.06.2019 um 12:04 schrieb Jean-Marc Lasgouttes : > > Le 17/06/2019 à 20:10, José Abílio Matos a écrit : >> On Monday, 17 June 2019 17.55.02 WEST you wrote: >>> That is what I would do, but I was waiting for a directive from José. >>> >>> JMarc >> You are both right. :-) >> Adding python in

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-25 Thread Jean-Marc Lasgouttes
Le 17/06/2019 à 20:10, José Abílio Matos a écrit : On Monday, 17 June 2019 17.55.02 WEST you wrote: That is what I would do, but I was waiting for a directive from José. JMarc You are both right. :-) Adding python in the last position will work, and is the right thing to do. Please try

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-17 Thread Jean-Marc Lasgouttes
Le 17/06/2019 à 18:43, Stephan Witt a écrit : Hi JMarc, to answer my question myself: it’s the change d933d72fa9e. There isn’t python2 nor python3 on a Mac. Wouldn’t it be an option to check for python too? Like the attached patch… That is what I would do, but I was waiting for a directive

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-17 Thread Stephan Witt
Hi JMarc, to answer my question myself: it’s the change d933d72fa9e. There isn’t python2 nor python3 on a Mac. Wouldn’t it be an option to check for python too? Like the attached patch… Stephan > Am 17.06.2019 um 17:09 schrieb Stephan Witt : > > Hi, > > I’ve tried to check out the latest