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

AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. #2

Open
frank42hh opened this issue Jun 16, 2024 · 0 comments

Comments

@frank42hh
Copy link

freddy@hades ~ % goobook --version
goobook 3.5.2
freddy@hades ~ % python --version
Python 3.12.3
freddy@hades ~ % goobook authenticate -- ID SECRET
Traceback (most recent call last):
  File "/usr/bin/goobook", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3.12/site-packages/goobook/application.py", line 134, in main
    config = goobook.config.read_config(args.config)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/goobook/config.py", line 86, in read_config
    parser = _get_config(config_file)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/goobook/config.py", line 143, in _get_config
    parser = configparser.SafeConfigParser()
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

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

1 participant