On 09.04.25 16:34, Federico Bruni wrote:
It seems that you are running it from source, even if you call
`frescobaldi` and not `python -m frescobaldi` (in the git dir).
Maybe you have more than one frescobaldi in your PATH?
I do. Here’s their respective outputs:
~$ bin/frescobaldi
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/simon/frescobaldi/frescobaldi/frescobaldi/__main__.py",
line 32, in <module>
from frescobaldi import toplevel
ImportError: cannot import name 'toplevel' from 'frescobaldi' (unknown
location)
simon@simon-desktop:~$ .local/bin/frescobaldi
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to
load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even
though it was found.
This application failed to start because no Qt platform plugin could be
initialized. Reinstalling the application may fix this problem.
Available platform plugins are: wayland, eglfs, linuxfb, minimalegl,
xcb, vkkhrdisplay, vnc, wayland-egl, offscreen, minimal.
Aborted (core dumped)
In Linux you can install with the following commands:
Yes, that’s what’s in the INSTALL.md file and what I did.
Best, Simon