Re: [was: Re: ANN: Frescobaldi 3.2]

2022-08-18 Thread Davide Liessi
Dear Jean Louis,

I agree with Jean-Julien's message.
I just want to add a couple of points.

Il giorno gio 18 ago 2022 alle ore 03:10 Jean Louis THIRY
 ha scritto:
> I think I have made quite a bit of progress in the great forest of my 
> ignorance. I took your advice first and installed Macport 
> (https://www.macports.org/install.php) and invoked "sudo port install 
> frescobaldi". Installation stopped when asked to install Xcode. It took me 
> trying to figure out what Xcode was for and finding the huge 
> "Xcode_11.3.1.xip" file and installing it.

The page you link (https://www.macports.org/install.php) has a
step-by-step installation guide, including the instructions to get
Xcode and the Command Line Tools.

> is it possible to uninstall Frescobaldi using some magic formula like "sudo 
> port uninstall frescobaldi" and do an install again so that the installer 
> finds the sdk file.

I agree with Jean-Julien that uninstalling Frescobaldi should not be necessary.
Anyway, if you have doubts on using MacPorts, please see the guide at
https://guide.macports.org

It seems to me that now your immediate problems are solved.
If that's not true or if anything else arises you can write to either
the LilyPond or the Frescobaldi list.
I admit I tend to disappear for long periods (due to personal and
professional reasons) and I'm very sorry for that: if that happens you
can write to me directly to get my attention.

Best wishes.
Davide



Re: [was: Re: ANN: Frescobaldi 3.2]

2022-08-18 Thread Davide Liessi
Il giorno gio 18 ago 2022 alle ore 11:48 Jean Louis THIRY
 ha scritto:
> Being on Mojave (10.14)

This explains also why you were not hit by the 'use_xcode' problem,
since it does not affect 10.13 and 10.14.

> Everything around qt5 seems to be a weak point of Frescobaldi,

Indeed: I appreciate greatly that it is easy to build applications
with Qt and Python, but the combination makes distributing the
software for Mac a nightmare.

The prebuilt application (not yet available for Frescobaldi 3.2 due to
personal reasons) cannot include the documentation browser and the SVG
viewer because packaging some components of Qt with Python is
impossible on Mac.
I asked for help on the PyQt mailing list a couple of times and got no answer.
If anyone is interested, details can be found at
https://github.com/frescobaldi/frescobaldi/issues/1244

Best wishes.
Davide



Re: [was: Re: ANN: Frescobaldi 3.2]

2022-08-18 Thread Davide Liessi
Dear Jean-Julien,

Il giorno gio 18 ago 2022 alle ore 08:52 Jean-Julien Fleck
 ha scritto:
> Well, it’s unlikely. I happen to have frescobaldi installed via a fresh new 
> MacPort procedure (after upgrading to MacOs Monterey) just last week and the 
> missing sdk message I encountered was related to all the qt5 stuff that 
> frescobaldi needed in order to be built. You were lucky it was not a stopper 
> as it was in my case: I had to manually add `use_xcode yes` in the 
> corresponding PortFile of py310-poppler-qt5 in order to make it build 
> properly. Perhaps it has since been corrected so that if the «standard» way 
> for qt5 to find the sdk won't work, they try the `use_xcode yes` trick 
> (whatever it does) before giving up.

I have just opened a PR at MacPorts with the fix:
https://github.com/macports/macports-ports/pull/15773

Best wishes.
Davide



Re: [was: Re: ANN: Frescobaldi 3.2]

2022-08-18 Thread Jean Louis THIRY


Hello friends,

> Le 18 août 2022 à 09:16, Jacques Menu  a écrit :

> I’ve never heard about Xcode_11.3.1.xip.
> The simple way to install Xcode is to take it from the App Store (needs about 
> 50 Mb these days).

That's what I was thinking of doing, but on the app store you can only find the 
version compatible with the latest Mac OS (Monterey) and it requires a dozen 
Mb. Being on Mojave (10.14) it was necessary to find on the Apple site the 
version which goes well https://developer.apple.com/download/all/. There Xcode 
is 7.82 Gb and takes very very long to install.
Installing the MacOSX10.14.sdk file is endless too. too.

Finally the "standalone" applications are not so bad



> 
>> Le 18 août 2022 à 08:48, Jean-Julien Fleck  a 
>> écrit :
>> 
>> I have a question about the installation. Could this erratic behavior be a 
>> result of this .sdk file being installed in the wrong order? is it possible 
>> to uninstall Frescobaldi using some magic formula like "sudo port uninstall 
>> frescobaldi" and do an install again so that the installer finds the sdk 
>> file. Especially will there be a difference. Just an idea...
>> 
>> Well, it’s unlikely. I happen to have frescobaldi installed via a fresh new 
>> MacPort procedure (after upgrading to MacOs Monterey) just last week and the 
>> missing sdk message I encountered was related to all the qt5 stuff that 
>> frescobaldi needed in order to be built. You were lucky it was not a stopper 
>> as it was in my case: I had to manually add `use_xcode yes`

There, I would not have been able to add this kind of comment

>> in the corresponding PortFile of py310-poppler-qt5 in order to make it build 
>> properly. Perhaps it has since been corrected so that if the «standard» way 
>> for qt5 to find the sdk won't work, they try the `use_xcode yes` trick 
>> (whatever it does) before giving up.

Everything around qt5 seems to be a weak point of Frescobaldi, since it was 
also this qt bug that was preventing Frescobaldi 3.1 from installing on my Mac.
>> 
>> All these problems, even if triggered during frescobaldi install, are 
>> unrelated to it. That's just the way Macport is doing the job: whenever you 
>> add a package to MacPort, it asks you what should be present on the machine 
>> to make your app work and then try to install it by itself, saving the user 
>> the trouble to install all the extensions and preventing multiple installs 
>> of the same tools whenever two different packages need the same first 
>> building block.
>> 
>> But as a matter of fact, it won't help to uninstall frescobaldi to try to 
>> correct for lilypond path (as for one reason is that MacPort don't throw 
>> away uninstalled port but keep them somewhere, ready to reinstall it without 
>> further building in case you change your mind). I would rather suspect that 
>> the search for different lilypond locations was done after you first looked 
>> there (perhaps triggered by one of your tinkering), was written down 
>> somewhere so that the next frescobaldi startup shows it.

This answers my question exactly, even though I suspected it a bit.

>> 
>> Happy that you finally managed to get it work and have fun coding with lily 
>> on frescobaldi !

With a good bit of luck, Thank you
>> 




Re: [was: Re: ANN: Frescobaldi 3.2]

2022-08-18 Thread Jacques Menu
Hello Folks,

I’ve never heard about Xcode_11.3.1.xip.
The simple way to install Xcode is to take it from the App Store (needs about 
50 Mb these days).

JM

> Le 18 août 2022 à 08:48, Jean-Julien Fleck  a 
> écrit :
> 
> Hello Jean-Louis,
> 
> Le jeu. 18 août 2022 à 03:10, Jean Louis THIRY  a écrit :
> 
> I have a question about the installation. Could this erratic behavior be a 
> result of this .sdk file being installed in the wrong order? is it possible 
> to uninstall Frescobaldi using some magic formula like "sudo port uninstall 
> frescobaldi" and do an install again so that the installer finds the sdk 
> file. Especially will there be a difference. Just an idea...
> 
> Well, it’s unlikely. I happen to have frescobaldi installed via a fresh new 
> MacPort procedure (after upgrading to MacOs Monterey) just last week and the 
> missing sdk message I encountered was related to all the qt5 stuff that 
> frescobaldi needed in order to be built. You were lucky it was not a stopper 
> as it was in my case: I had to manually add `use_xcode yes` in the 
> corresponding PortFile of py310-poppler-qt5 in order to make it build 
> properly. Perhaps it has since been corrected so that if the «standard» way 
> for qt5 to find the sdk won't work, they try the `use_xcode yes` trick 
> (whatever it does) before giving up.
> 
> All these problems, even if triggered during frescobaldi install, are 
> unrelated to it. That's just the way Macport is doing the job: whenever you 
> add a package to MacPort, it asks you what should be present on the machine 
> to make your app work and then try to install it by itself, saving the user 
> the trouble to install all the extensions and preventing multiple installs of 
> the same tools whenever two different packages need the same first building 
> block.
> 
> But as a matter of fact, it won't help to uninstall frescobaldi to try to 
> correct for lilypond path (as for one reason is that MacPort don't throw away 
> uninstalled port but keep them somewhere, ready to reinstall it without 
> further building in case you change your mind). I would rather suspect that 
> the search for different lilypond locations was done after you first looked 
> there (perhaps triggered by one of your tinkering), was written down 
> somewhere so that the next frescobaldi startup shows it.
> 
> Happy that you finally managed to get it work and have fun coding with lily 
> on frescobaldi !
> 
> -- 
> JJ Fleck
> Physique et Informatique
> PCSI1 Lycée Kléber




Re: [was: Re: ANN: Frescobaldi 3.2]

2022-08-18 Thread Jean-Julien Fleck
Hello Jean-Louis,

Le jeu. 18 août 2022 à 03:10, Jean Louis THIRY  a
écrit :

>
> I have a question about the installation. Could this erratic behavior be a
> result of this .sdk file being installed in the wrong order? is it possible
> to uninstall Frescobaldi using some magic formula like "sudo port uninstall
> frescobaldi" and do an install again so that the installer finds the sdk
> file. Especially will there be a difference. Just an idea...
>

Well, it’s unlikely. I happen to have frescobaldi installed via a fresh new
MacPort procedure (after upgrading to MacOs Monterey) just last week and
the missing sdk message I encountered was related to all the qt5 stuff that
frescobaldi needed in order to be built. You were lucky it was not a
stopper as it was in my case: I had to manually add `use_xcode yes` in the
corresponding PortFile of py310-poppler-qt5 in order to make it build
properly. Perhaps it has since been corrected so that if the «standard» way
for qt5 to find the sdk won't work, they try the `use_xcode yes` trick
(whatever it does) before giving up.

All these problems, even if triggered during frescobaldi install, are
unrelated to it. That's just the way Macport is doing the job: whenever you
add a package to MacPort, it asks you what should be present on the machine
to make your app work and then try to install it by itself, saving the user
the trouble to install all the extensions and preventing multiple installs
of the same tools whenever two different packages need the same first
building block.

But as a matter of fact, it won't help to uninstall frescobaldi to try to
correct for lilypond path (as for one reason is that MacPort don't throw
away uninstalled port but keep them somewhere, ready to reinstall
it without further building in case you change your mind). I would rather
suspect that the search for different lilypond locations was done after you
first looked there (perhaps triggered by one of your tinkering), was
written down somewhere so that the next frescobaldi startup shows it.

Happy that you finally managed to get it work and have fun coding with lily
on frescobaldi !

-- 
JJ Fleck
Physique et Informatique
PCSI1 Lycée Kléber


Re: [was: Re: ANN: Frescobaldi 3.2]

2022-08-17 Thread Jean Louis THIRY
Hello Jean,
I think I have made quite a bit of progress in the great forest of my 
ignorance. I took your advice first and installed Macport 
(https://www.macports.org/install.php) and invoked "sudo port install 
frescobaldi". Installation stopped when asked to install Xcode. It took me 
trying to figure out what Xcode was for and finding the huge "Xcode_11.3.1.xip" 
file and installing it. "sudo port install frescobaldi" again and there, 
everything goes well except that a message indicates that "MacOSX10.14.sdk" is 
missing but does not cancel the installation which goes to the end without 
problem. I find and install "MacOSX10.14.sdk". and I find in the Macports 
folder the Frescobaldi 3.2 file which I launch immediately.

There, I check that the new 3.2 features are present and after noticing that 
the help balloons and \pointAndClickOff /On did not work, I check the 
convert-ly and import xml2.ly functions. I note that these two functions do not 
go beyond Lilypond 2.20.0.
I spend a lot of time (trying to figure it out) trying all sorts of preference 
settings and other tinkering before I find that just clicking the Frescobaldi 
icon in the Mac's dock a second time and Lilypond 2.23.11 appears in convert.ly 
and in xml2.ly. Help balloons and pointAndClick too.

I have a question about the installation. Could this erratic behavior be a 
result of this .sdk file being installed in the wrong order? is it possible to 
uninstall Frescobaldi using some magic formula like "sudo port uninstall 
frescobaldi" and do an install again so that the installer finds the sdk file. 
Especially will there be a difference. Just an idea...

In any case, thank you Jean for the helping hand (effective as usual) which 
will have especially helped me to help myself. ;•)
J.L.

Re: [was: Re: ANN: Frescobaldi 3.2]

2022-08-16 Thread Mike Blackstock
I'd be more than happy to set up a Virtual Machine for you, with root
access,
so you can install different versions of Frescobaldi and have people try it
out,
accessible via a web browser (Apache/Guacamole)

Lemme know if you are interested, and what kind of Linux and or window
manager
you want installed.

Cheers,
M.


On Mon, Aug 15, 2022 at 8:51 PM Jean Louis Thiry 
wrote:

> Hello Jean and thank you for your answer.
>
> I understand that it must be complicated to understand what I want to
> explain, so much I find it difficult to explain things that are beyond my
> understanding. Let's try briefly, knowing that I am to my great regret
> quite ignorant in terms of computer language:
>
> On my machine I use Frescobaldi 3.0 (which works pretty well and suits my
> needs perfectly except “convert.ly" and “musicxml2ly" which don't work
> beyond lilypond 2.20.). Upgrading to 3.1 is impossible (issue: Crash:
> "Could not find QtWebEngineProcess" #1244 on Frescobaldi's site,
> unresolved). The main 3.0 infos are: Python: 3.7.0 - python-ly: 0.9.5 - Qt:
> 5.11.1 - PyQt: 5.11.2 - sip: 4.19.12 - poppler: 0.57.0 - python-poppler-qt:
> 0.24.2.
>
> Now about Fresco 3.2: the procedure given in the “install" file does not
> work and returns messages like
> "/Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python:
> can't open file 'setup.py': [Errno 2] No such file or directory – heroes:~
> thiryjeanlouis$ python3 setup.py install —user
> /Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python:
> can't open file 'setup.py': [Errno 2] No such file or directory" etc. etc.
>
> If I type "frescobaldi" in the terminal, I get an app called "Python"
> exactly similar to Frescobaldi, using the same preferences and the same
> sessions but which is not version 3.2 and whose info is: Frescobaldi:
> 2.20.0 (!!) - Python: 3.5.9 - python-ly: 0.9.5 - Qty: 4.8.7 - PyQt: 4.12.1
> - sip: 4.19.20 - poppler: 0.61.1 - python- poppler-qt: 0.24.0. A detail
> however, the application crashes systematically when leaving.
> We can assume that there is a sneaky Python too many somewhere in the
> system, it's possible but where does this Frescobaldi 2.20 come from?
> Hello Jean and thank you for your answer.
> I understand that it must be complicated to understand what I want to
> explain, so much I find it difficult to explain things that are beyond my
> understanding. Let's briefly try:
>
> On my machine I use Frescobaldi 3.0 (which works pretty well except
> convert.ly and musicxml2ly which don't work beyond lilypond 2.20.).
> Upgrading to 3.1 does not work (issue: Crash: "Could not find
> QtWebEngineProcess" #1244 on Frescobaldi's site, unresolved). The main 3.0
> infos are: Python: 3.7.0 - python-ly: 0.9.5 - Qt: 5.11.1 - PyQt: 5.11.2 -
> sip: 4.19.12 - poppler: 0.57.0 - python-poppler-qt: 0.24.2.
>
> Now Fresco 3.2: the procedure given in the "install" file does not work
> and returns messages like:
> "/Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python:
> can't open file 'setup.py': [Errno 2] No such file or directory
> heroes:~ thiryjeanlouis$ python3 setup.py install --user
> /Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python:
> can't open file 'setup.py': [Errno 2] No such file or directory" etc. etc.
>
> If I type "frescobaldi" in the terminal, I get an app called "Python"
> exactly similar to Frescobaldi, using the same preferences and the same
> sessions but which is not version 3.2 and whose info is: Frescobaldi:
> 2.20.0 (!!) - Python: 3.5.9 - python-ly: 0.9.5 - Qty: 4.8.7 - PyQt: 4.12.1
> - sip: 4.19.20 - poppler: 0.61.1 - python- poppler-qt: 0.24.0. A detail
> however, the application crashes systematically when leaving.
>
> I found all these pythons in my Mac: Python: 3.7.6, 2.7.16 , 3.7.4, 3.5.9,
> 3.7.1 - Python Launcher: 3.7.6, 3.7.1, 3.7.4.
> We can assume that there is a sneaky Python too many somewhere in the
> system it's possible but where does this Frescobaldi 2.20 come from?
>
>
> All the best,
> JL
>
>
>
>
>
> Jean Louis Thiry
> 06 68 80 64 50
> thir...@ramierou.eu
>
>
> 390A rue du Ramiérou à Montauban
>


-- 
https://blackstock.media


Re: [was: Re: ANN: Frescobaldi 3.2]

2022-08-16 Thread Jean Abou Samra

Hello,

Adding back the list in copy, please keep it so that everyone can 
participate and benefit from the answers in the future.



Le 16/08/2022 à 10:25, Jean Louis Thiry a écrit :
I just type "Frescobaldi" in the terminal. In the 'frescobaldi' folder 
there is actually a setup.py file. If I run it, I get this:
heroes:~ thiryjeanlouis$ cd '/Applications/frescobaldi-3.2/' && 
'/usr/bin/pythonw' '/Applications/frescobaldi-3.2/setup.py' && echo 
Exit status :$? && exit 1

usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
    or: setup.py --help [cmd1 cmd2 ...]
    or: setup.py --help-commands
    or: setup.py cmd --help
error: no commands supplied

very obscure to me!



The command provided in the INSTALL file is 'sudo python3 setup.py 
install', you're missing 'install'.





Before trying to install, what do you get if, inside the 
'frescobaldi' folder, you follow the procedure for running 
Frescobaldi from this folder without installing, namely 'python3 
frescobaldi’?


I'm not sure I understand the meaning of this sentence, is there a 
difference between 'folder' and 'directory'?



No :-)


in the 'frescobaldi' folder I don't see anything that allows me to 
follow a procedure to "run Frescobaldi from this folder without 
installing it".



I was referring to the first sentence from INSTALL:

"""
You can run Frescobaldi without installing. Just unpack and then run:

    python3 frescobaldi

See below for the required dependencies.
"""



If I type 'python3 frescobaldi' in the terminal, I get this:
python3 frescobaldi
The 'popplerqt5' module can't be found.
Frescobaldi can't find the 'popplerqt5' module. This module is 
required for the display of PDF documents. The module is in the 
python-poppler-qt5 package which needs to be installed.


Frescobaldi can run, but cannot display PDF documents.
Continuing...
The 'qpageview' module can't be found.
Frescobaldi can't find the 'qpageview' module. This module is required 
for the Music View and other viewers inside Frescobaldi, and can be 
downloaded from http://github.com/frescobaldi/qpageview.


Unfortunately, Frescobaldi cannot run without it.
Exiting.



Then you need to install those dependencies.

Before embarking in that: have you tried installing Frescobaldi from 
MacPorts? It's likely a lot simpler than doing this setup yourself. 
Install MacPorts if you don't already have it ...


https://www.macports.org/install.php

then type "sudo port install frescobaldi". See 
https://ports.macports.org/port/frescobaldi/


Frescobaldi relies on Python modules that have external dependencies, 
which makes the dependencies a bit complex to install if I recall 
correctly, so I think you will save yourself time with this.




heroes:frescobaldi-3.2 thiryjeanlouis$
In other words: nothing
I'm really sorry, I feel really ignorant and I don't want to waste 
your time with my more than basic questions (especially after 35 years 
of Adobe Illustrator on a daily basis)



No problem here at all. Even if you were ignorant, that would not be a 
valid reason for being sorry to ask questions on this list.


Cheers,
Jean




Re: [was: Re: ANN: Frescobaldi 3.2]

2022-08-16 Thread Jean Abou Samra

Le 16/08/2022 à 02:48, Jean Louis Thiry a écrit :

Hello Jean and thank you for your answer.

I understand that it must be complicated to understand what I want to 
explain, so much I find it difficult to explain things that are beyond 
my understanding. Let's try briefly, knowing that I am to my great 
regret quite ignorant in terms of computer language:


On my machine I use Frescobaldi 3.0 (which works pretty well and suits 
my needs perfectly except “convert.ly " and 
“musicxml2ly" which don't work beyond lilypond 2.20.). Upgrading to 
3.1 is impossible (issue: Crash: "Could not find QtWebEngineProcess" 
#1244 on Frescobaldi's site, unresolved). The main 3.0 infos are: 
Python: 3.7.0 - python-ly: 0.9.5 - Qt: 5.11.1 - PyQt: 5.11.2 - sip: 
4.19.12 - poppler: 0.57.0 - python-poppler-qt: 0.24.2.


Now about Fresco 3.2: the procedure given in the “install" file does 
not work and returns messages like 
"/Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python: 
can't open file 'setup.py': [Errno 2] No such file or directory – 
heroes:~ thiryjeanlouis$ python3 setup.py install —user 
/Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python: 
can't open file 'setup.py': [Errno 2] No such file or directory" etc. etc.



Where are you running this command from? It sounds like you are not in 
the right directory. You need to be inside the 'frescobaldi' directory. 
If you do 'ls', you should see a setup.py file.


Before trying to install, what do you get if, inside the 'frescobaldi' 
folder, you follow the procedure for running Frescobaldi from this 
folder without installing, namely 'python3 frescobaldi'?



If I type "frescobaldi" in the terminal, I get an app called "Python" 
exactly similar to Frescobaldi, using the same preferences and the 
same sessions but which is not version 3.2 and whose info is: 
Frescobaldi: 2.20.0 (!!) - Python: 3.5.9 - python-ly: 0.9.5 - Qty: 
4.8.7 - PyQt: 4.12.1 - sip: 4.19.20 - poppler: 0.61.1 - python- 
poppler-qt: 0.24.0. A detail however, the application crashes 
systematically when leaving.
We can assume that there is a sneaky Python too many somewhere in the 
system,



Mandatory XKCD: https://xkcd.com/1987/



it's possible but where does this Frescobaldi 2.20 come from?


I don't know, but let's try to properly run 3.2 first.

Best,
Jean




[was: Re: ANN: Frescobaldi 3.2]

2022-08-15 Thread Jean Louis Thiry
Hello Jean and thank you for your answer.

I understand that it must be complicated to understand what I want to explain, 
so much I find it difficult to explain things that are beyond my understanding. 
Let's try briefly, knowing that I am to my great regret quite ignorant in terms 
of computer language:

On my machine I use Frescobaldi 3.0 (which works pretty well and suits my needs 
perfectly except “convert.ly" and “musicxml2ly" which don't work beyond 
lilypond 2.20.). Upgrading to 3.1 is impossible (issue: Crash: "Could not find 
QtWebEngineProcess" #1244 on Frescobaldi's site, unresolved). The main 3.0 
infos are: Python: 3.7.0 - python-ly: 0.9.5 - Qt: 5.11.1 - PyQt: 5.11.2 - sip: 
4.19.12 - poppler: 0.57.0 - python-poppler-qt: 0.24.2.

Now about Fresco 3.2: the procedure given in the “install" file does not work 
and returns messages like 
"/Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python:
 can't open file 'setup.py': [Errno 2] No such file or directory – heroes:~ 
thiryjeanlouis$ python3 setup.py install —user 
/Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python:
 can't open file 'setup.py': [Errno 2] No such file or directory" etc. etc.

If I type "frescobaldi" in the terminal, I get an app called "Python" exactly 
similar to Frescobaldi, using the same preferences and the same sessions but 
which is not version 3.2 and whose info is: Frescobaldi: 2.20.0 (!!) - Python: 
3.5.9 - python-ly: 0.9.5 - Qty: 4.8.7 - PyQt: 4.12.1 - sip: 4.19.20 - poppler: 
0.61.1 - python- poppler-qt: 0.24.0. A detail however, the application crashes 
systematically when leaving.
We can assume that there is a sneaky Python too many somewhere in the system, 
it's possible but where does this Frescobaldi 2.20 come from?
Hello Jean and thank you for your answer.
I understand that it must be complicated to understand what I want to explain, 
so much I find it difficult to explain things that are beyond my understanding. 
Let's briefly try:

On my machine I use Frescobaldi 3.0 (which works pretty well except convert.ly 
and musicxml2ly which don't work beyond lilypond 2.20.). Upgrading to 3.1 does 
not work (issue: Crash: "Could not find QtWebEngineProcess" #1244 on 
Frescobaldi's site, unresolved). The main 3.0 infos are: Python: 3.7.0 - 
python-ly: 0.9.5 - Qt: 5.11.1 - PyQt: 5.11.2 - sip: 4.19.12 - poppler: 0.57.0 - 
python-poppler-qt: 0.24.2.

Now Fresco 3.2: the procedure given in the "install" file does not work and 
returns messages like: 
"/Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python:
 can't open file 'setup.py': [Errno 2] No such file or directory
heroes:~ thiryjeanlouis$ python3 setup.py install --user
/Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python:
 can't open file 'setup.py': [Errno 2] No such file or directory" etc. etc.

If I type "frescobaldi" in the terminal, I get an app called "Python" exactly 
similar to Frescobaldi, using the same preferences and the same sessions but 
which is not version 3.2 and whose info is: Frescobaldi: 2.20.0 (!!) - Python: 
3.5.9 - python-ly: 0.9.5 - Qty: 4.8.7 - PyQt: 4.12.1 - sip: 4.19.20 - poppler: 
0.61.1 - python- poppler-qt: 0.24.0. A detail however, the application crashes 
systematically when leaving.

I found all these pythons in my Mac: Python: 3.7.6, 2.7.16 , 3.7.4, 3.5.9, 
3.7.1 - Python Launcher: 3.7.6, 3.7.1, 3.7.4.
We can assume that there is a sneaky Python too many somewhere in the system 
it's possible but where does this Frescobaldi 2.20 come from? 


All the best,
JL






Jean Louis Thiry
06 68 80 64 50
thir...@ramierou.eu


390A rue du Ramiérou à Montauban