[email protected] writes: > hello, running Solfege returns the error (it is the same for the newest > version, this error was after downgrading one version) > > george@dunstan ~/work/guix$ solfege > Traceback (most recent call last): > File > "/gnu/store/wlvwcmfwhh4v6halfsf405srarkl8j5f-solfege-3.23.5pre1/bin/.solfege-real", > line 50, in <module> > from solfege import presetup > File > "/gnu/store/wlvwcmfwhh4v6halfsf405srarkl8j5f-solfege-3.23.5pre1/share/solfege/solfege/presetup.py", > line 26, in <module> > gi.require_version("Gtk", "3.0") > File > "/gnu/store/qfi7wq01fifhsr21871xw4rn1ic0hvm5-python-pygobject-3.47.0/lib/python3.10/site-packages/gi/__init__.py", > line 122, in require_version > raise ValueError('Namespace %s not available' % namespace) > > I tried downgrading the source version again but still got > > Traceback (most recent call last): > File > "/gnu/store/6ng4hhcckwss4akk2yl43750llqvk2s8-solfege-3.23.4/bin/.solfege-real", > line 50, in <module> > from solfege import presetup > File > "/gnu/store/6ng4hhcckwss4akk2yl43750llqvk2s8-solfege-3.23.4/share/solfege/solfege/presetup.py", > line 26, in <module> > gi.require_version("Gtk", "3.0") > File > "/gnu/store/qfi7wq01fifhsr21871xw4rn1ic0hvm5-python-pygobject-3.47.0/lib/python3.10/site-packages/gi/__init__.py", > line 122, in require_version > raise ValueError('Namespace %s not available' % namespace) > ValueError: Namespace Gtk not available >
Hello, thank you for the report, I had just fixed this in commit cd12fa4e2051925ea. To get it run 'guix pull' then 'guix package -i solfege', have a good day!
