Il giorno lun 5 mag 2025 alle 03:31:28 -07:00:00, 'Sigismund Neukomm'
via Frescobaldi <
fresc...@googlegroups.com> ha scritto:
> Hello all,
> I hope that someone here can help solve this mistery here:
> I am on Linux Mint 22.1 Xia Cinnamon. Following the very concise and
> understandable installation instructions results in a successful
> installation, but with one major flaw: the Frescobaldi Documentation
> Viewer throws an error saying that it does not work, because
> PyQtWebEngine could not be loaded.
> This is a problem I have never had before with Frescobaldi. I have
> Python 3.12.3 and PyQt6-WebEngine==6.6.0 on my system, and I have to
> install Frescobaldi via pipx into a venv.
>
The old installation instructions suggested to use an option which is
not needed anymore and it may cause the problem here. Please try the
following commands:
pipx uninstall frescobaldi
git clone
https://github.com/frescobaldi/frescobaldi.git
cd frescobaldi
git checkout install
cd ..
pipx install ./frescobaldi
Then in your next reply copy&paste the output of these three commands:
ls ~/.local/share/pipx/venvs/frescobaldi/lib/python3.12/site-packages
which -a frescobaldi
frescobaldi