Bug#1037014: AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset'

2023-06-01 Thread Matt Culler
Package: deluge-console Version: 2.0.3-4 Severity: important X-Debbugs-Cc: mrcul...@gmail.com Hello, Running any command in deluge-console on bookworm results in a python exception being thrown: Unable to initialize gettext/locale! module 'gettext' has no attribute 'bind_textdomain_codeset'

Bug#1008709: python3-apt: Overriding Package candidate is ignored

2022-03-30 Thread Matt Culler
Package: python3-apt Version: 2.2.1 Severity: normal X-Debbugs-Cc: mcul...@tetracore.com Dear Maintainer, If I apt remove curl, then run the following code: >>> import apt >>> c = apt.Cache() >>> pkg = c['curl'] >>> pkg.mark_install() >>> c.commit() Selecting previously unselected package curl.