Am 25.06.2019 um 12:04 schrieb Jean-Marc Lasgouttes <jean-marc.lasgout...@inria.fr>: > > 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 then lyx from the command line using the -v option to see what is >> the output. I would like to see if the python detection at run time is >> working >> on Mac. > > I just noticed that this answer from José went directly to me. > > Stephan, I add the 'python' to configure and you answer José request, right ? > ;) > > JMarc
I can build a LyX package again. This is what happens on startup here: $ /Users/stephan/git/lyx-build/LyX-2.4.0dev.app/Contents/MacOS/lyx -v Running: python3 -c 'from __future__ import print_function;import sys; print(sys.version_info[:2], end="")' sh: python3: command not found Looking for python 3.x ... Examining /opt/local/bin/python3.4 Running: /opt/local/bin/python3.4 -c 'from __future__ import print_function;import sys; print(sys.version_info[:2], end="")' Found Python (3, 4) LyX: Konfiguriere das Benutzerverzeichnis neu Running: /opt/local/bin/python3.4 -tt "/Users/stephan/git/lyx-build/LyX-2.4.0dev.app/Contents/Resources/configure.py" --with-version-suffix=-2.4 --binary-dir="/Users/stephan/git/lyx-build/LyX-2.4.0dev.app/Contents/MacOS/" checking for a Latex2e program... +checking for "latex"... yes ... +Indexing TeX files... Indexing files of type cls Indexing files of type sty Indexing files of type bst Indexing files of type bib Indexing files of type bbx Indexing files of type cbx done +checking list of modules... /Users/stephan/git/lyx-build/LyX-2.4.0dev.app/Contents/Resources/layouts/fixme.module Traceback (most recent call last): File "/Users/stephan/git/lyx-build/LyX-2.4.0dev.app/Contents/Resources/configure.py", line 1875, in <module> checkModulesConfig() File "/Users/stephan/git/lyx-build/LyX-2.4.0dev.app/Contents/Resources/configure.py", line 1495, in checkModulesConfig retval = processModuleFile(file, filename.encode('ascii'), bool_docbook) File "/Users/stephan/git/lyx-build/LyX-2.4.0dev.app/Contents/Resources/configure.py", line 1594, in processModuleFile % (modname, filename, desc, pkgs, req, excl, catgy, local)) TypeError: unsupported operand type(s) for %: 'bytes' and 'tuple' Best regards, Stephan