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' object has no attribute 'NotMuchConfig' #37

Open
carldavis opened this issue Nov 28, 2017 · 1 comment
Open
Assignees

Comments

@carldavis
Copy link

I get the following error when opening a new message with mutt using vim as my editor. Could someone provide some guidance on how to track down and resolve this error? I installed notmuch-abook via Vundle and then performed the python setup.py install step.

Error detected while processing function InitAddressBook:
line    3:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'NotMuchConfig'
line    4:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'cfg' is not defined
@guyzmo
Copy link
Owner

guyzmo commented Nov 29, 2017

it might be possible that notmuch's python library has updated and its API is not anymore compatible with notmuch-abook anymore :-/

it's been on my todo list for a while to update notmuch-abook to the latest version, and actually use the great new feature of notmuch that can search for addresses, instead of using an SQLite database.

@guyzmo guyzmo self-assigned this Nov 29, 2017
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