New install of opensuse unable to run gi pyhton3.8 gtk. here are the error messages
when executing tuned-gtk the error:
unelp
~ # ] tuned-gui
Traceback (most recent call last):
File “/sbin/tuned-gui”, line 34, in <module>
gi.require_version(‘Gtk’, ‘3.0’)
File “/usr/lib64/python3.8/site-packages/gi/init.py”, line 129, in require_version
raise ValueError(‘Namespace %s not available for version %s’ %
ValueError: Namespace Gtk not available for version 3.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/sbin/tuned-gui”, line 40, in <module>
raise ImportError(
ImportError: Gtk3 backend requires the GObject introspection bindings for Gtk 3 to be installed.
also:
~ # ] sgtk-grid
Traceback (most recent call last):
File “/usr/bin/sgtk-grid”, line 33, in <module>
sys.exit(load_entry_point(‘sgtk-menu==1.4.1’, ‘gui_scripts’, ‘sgtk-grid’)())
File “/usr/bin/sgtk-grid”, line 25, in importlib_load_entry_point
return next(matches).load()
File “/usr/lib64/python3.8/importlib/metadata.py”, line 77, in load
module = import_module(match.group(‘module’))
File “/usr/lib64/python3.8/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “<frozen importlib._bootstrap>”, line 1014, in _gcd_import
File “<frozen importlib._bootstrap>”, line 991, in _find_and_load
File “<frozen importlib._bootstrap>”, line 975, in _find_and_load_unlocked
File “<frozen importlib._bootstrap>”, line 671, in _load_unlocked
File “<frozen importlib._bootstrap_external>”, line 848, in exec_module
File “<frozen importlib._bootstrap>”, line 219, in _call_with_frames_removed
File “/usr/lib/python3.8/site-packages/sgtk_menu/grid.py”, line 25, in <module>
gi.require_version(‘Gtk’, ‘3.0’)
File “/usr/lib64/python3.8/site-packages/gi/init.py”, line 129, in require_version
raise ValueError(‘Namespace %s not available for version %s’ %
ValueError: Namespace Gtk not available for version 3.0