[Bug 2056101] Re: [noble] Quod Libet doesn't start: ModuleNotFoundError: No module named 'senf'
Dan Bungert
2056101 at bugs.launchpad.net
Tue Mar 19 20:28:31 UTC 2024
Maia, Christoph, Alexander, thank you all for looking at this.
I have uploaded this fix. I have made the following changes prior to upload:
* I split the patch into two parts, matching the two upstream commits, for easier traceability in the future
* I tweaked the changelog to reflect this patch split
** Changed in: quodlibet (Ubuntu)
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2056101
Title:
[noble] Quod Libet doesn't start: ModuleNotFoundError: No module named
'senf'
Status in quodlibet package in Ubuntu:
Fix Committed
Bug description:
In Noble, with Python 3.12, Quod Libet refuses to start:
$ quodlibet
Traceback (most recent call last):
File "/usr/bin/quodlibet", line 11, in <module>
from quodlibet.main import main
File "/usr/lib/python3/dist-packages/quodlibet/__init__.py", line 21, in <module>
from .util.i18n import _, C_, N_, ngettext, npgettext
File "/usr/lib/python3/dist-packages/quodlibet/util/__init__.py", line 28, in <module>
from senf import fsnative
ModuleNotFoundError: No module named 'senf'
Judging by a similar Void Linux issue, this seems to be a problem with
Python 3.12.
https://github.com/void-linux/void-packages/issues/46603
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quodlibet/+bug/2056101/+subscriptions
More information about the Ubuntu-sponsors
mailing list