Description of problem: Crashed on launch. Version-Release number of selected component: bleachbit-4.4.2-2.fc38 Additional info: reporter: libreport-2.17.11 kernel: 6.5.0-0.rc3.23.fc39.x86_64 cmdline: /usr/bin/python3 /usr/bin/bleachbit cgroup: 0::/user.slice/user-1000.slice/session-2.scope uid: 1000 reason: __init__.py:33:<module>:ImportError: cannot import name 'SafeConfigParser' from 'configparser' (/usr/lib64/python3.12/configparser.py). Did you mean: 'RawConfigParser'? executable: /usr/bin/bleachbit type: Python3 package: bleachbit-4.4.2-2.fc38 runlevel: N 5 exception_type: ImportError crash_function: module interpreter: python3-3.12.0~b4-2.fc39.x86_64 comment: Crashed on launch. Truncated backtrace: #1 [/usr/share/bleachbit/__init__.py:33] <module> #2 [/usr/bin/bleachbit:43] <module>
Created attachment 1980236 [details] File: os_info
Created attachment 1980237 [details] File: environ
Created attachment 1980238 [details] File: mountinfo
Created attachment 1980239 [details] File: open_fds
Created attachment 1980240 [details] File: namespaces
Created attachment 1980241 [details] File: backtrace
Created attachment 1980242 [details] File: cpuinfo
I've tested bleachbit on another two Rawhide instances and it crashes on launch with them also. I'm not certain how long this problem has existed, but I am reasonably certain it was working a few weeks ago.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-9a7f6b80ba
Fedora Rawhide bleachbit-4.4.2-2.fc38.noarch bleachbit fails to initialize: ImportError: cannot import name 'SafeConfigParser' from 'configparser' verified: /usr/bin/python Python 3.12.0b4 /usr/lib64/python3.12/ConfigParser.py /usr/lib/python3.12/site-packages/iniparse/ConfigParser.py proposed edit: '/usr/share/bleachbit/__init__.py' change: from configparser import RawConfigParser, NoOptionError, SafeConfigParser to: from configparser import RawConfigParser, NoOptionError, ConfigParser #, SafeConfigParser
did you see this https://src.fedoraproject.org/rpms/bleachbit/c/73e2181a7e7cef182e58055e7c117247fb6c191b?branch=rawhide ?
https://bodhi.fedoraproject.org/updates/FEDORA-2023-9a7f6b80ba fixes it for me.