Skip to content

ImportError: No module named configparser #533

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

Closed
kramer65 opened this issue May 5, 2015 · 1 comment
Closed

ImportError: No module named configparser #533

kramer65 opened this issue May 5, 2015 · 1 comment

Comments

@kramer65
Copy link

kramer65 commented May 5, 2015

I just updated bpython on my Mac laptop with sudo pip install -U bpython, but when I now try to start bpython I get this:

$ bpython
Traceback (most recent call last):
  File "/usr/local/bin/bpython", line 7, in <module>
    from bpython.curtsies import main
  File "/Library/Python/2.7/site-packages/bpython/curtsies.py", line 14, in <module>
    from bpython.curtsiesfrontend.repl import Repl
  File "/Library/Python/2.7/site-packages/bpython/curtsiesfrontend/repl.py", line 32, in <module>
    from bpython.config import (Struct, loadini, default_config_path,
  File "/Library/Python/2.7/site-packages/bpython/config.py", line 9, in <module>
    from six.moves.configparser import ConfigParser
ImportError: No module named configparser

Any idea how I could solve this?

@sebastinas
Copy link
Contributor

Please see issue #494.

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