Closed P5421135-2 closed 8 months ago
Update your trackma, or remove gtk4, trackma-gtk will start working, and you should not be using -qt4, it's EOL
Update your trackma, or remove gtk4, trackma-gtk will start working, and you should not be using -qt4, it's EOL
Thanks for the quick response the gtk version is working now.
When I try to launch these two interfaces these are the errors that I get, I am on void linux if that helps at all.
/usr/lib/python3.12/site-packages/trackma/ui/ gtk/window.py:22: PyGIWarning: Gtk was import ed without specifying a version first. Use gi .require_version('Gtk', '4.0') before import to ensure that the right version gets loaded. from gi.repository import GLib, Gio, Gtk, G dk Traceback (most recent call last): File "/usr/bin/trackma-gtk", line 33, in <m odule> sys.exit(load_entry_point('Trackma==0.8.3 ', 'gui_scripts', 'trackma-gtk')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/trackma-gtk", line 25, in im portlib_load_entry_point return next(matches).load() ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/importlib/metadat a/init.py", line 205, in load module = import_module(match.group('modul e')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ File "/usr/lib/python3.12/importlib/_init _.py", line 90, in import_module return _bootstrap._gcd_import(name[level: ], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external
Trackma-qt v0.8.3 Traceback (most recent call last): File "/usr/bin/trackma-qt4", line 33, in
sys.exit(load_entry_point('Trackma==0.8.3', 'gui_scripts', 'trackma-qt4')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/trackma-qt4", line 25, in importlib_load_entry_point
return next(matches).load()
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/metadata/init.py", line 207, in load
return functools.reduce(getattr, attrs, module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'trackma.ui.qt.qt4ui' has no attribute 'main'