Hello, On 2025-02-25 13:32, hga wrote:
Greetings everyone I had Gnome Soundconverter installed and it worked fine on Debian 13 Trixie. But with the most recent updates it stopped working. That is, it doesn't open, if I try it from the console the following message appears: File "/usr/bin/soundconverter", line 34, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources'
This seems to be a result of decoupling pkg_resources from setuptools [1]. A workaround is to install python3-pkg-resources, but the proper fix is to make soundconverter depend on python3-pkg-resources.
Thanks, Andrius [1] https://lists.debian.org/debian-python/2025/02/msg00009.html