We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is because of api changed in configparser module in python 3.12.
configparser
(remote) gef➤ source /opt/libslub/libslub.py Python Exception <class 'AttributeError'>: module 'configparser' has no attribute 'SafeConfigParser' Error occurred in Python: module 'configparser' has no attribute 'SafeConfigParser' (remote) gef➤ version GEF: (Standalone) Blob Hash(/home/hacker/.gef.py): 166aa230260671bd29b675c99cc9a467cbeb678d SHA256(/home/hacker/.gef.py): cde0ca3ff9aa51c2346cb515cadcde205c761cac77e088738c78e19bba80df03 GDB: 15.2 GDB-Python: 3.12
Relate issues on other projects: jdidion/atropos#135
The text was updated successfully, but these errors were encountered:
Tested locally, simply renaming is enough to fix the issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This is because of api changed in
configparser
module in python 3.12.Relate issues on other projects: jdidion/atropos#135
The text was updated successfully, but these errors were encountered: