On Thu, 16 Feb 2012 14:51:59 -0500, Philippe LeCavalier <[email protected]> wrote: > $ ~/notmuch/notmuch_addresses/notmuch_addresses.py > Traceback (most recent call last): > File "/home/plecavalier/notmuch/notmuch_addresses/notmuch_addresses.py", > line 19, in <module> > import notmuch > ImportError: No module named notmuch
Well, there's your problem. You need the notmuch python bindings. They should be available from your distro repository, or in the bindings/ directory if you installed from source. Best, Jesse _______________________________________________ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
