Skip to content
New issue

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

Module 'configparser' has no attribute 'SafeConfigParser' in Python 3.12 #136

Open
ljmccarthy opened this issue Oct 30, 2023 · 1 comment

Comments

@ljmccarthy
Copy link

Currently fails to run in Python 3.12 since SafeConfigParser, which was previous deprecated in Python 3.11, has now been removed. I fixed this on my system by changing it to ConfigParser.

@N0ury
Copy link

N0ury commented Mar 30, 2024

Thanks @ljmccarthy it works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants