Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5D2B7429E45 for ; Thu, 16 Feb 2012 12:01:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28fsBxXAT0p1 for ; Thu, 16 Feb 2012 12:00:57 -0800 (PST) Received: from ipex3.johnshopkins.edu (ipex3.johnshopkins.edu [128.220.161.140]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 2C045429E21 for ; Thu, 16 Feb 2012 12:00:57 -0800 (PST) X-IronPort-AV: E=Sophos;i="4.73,431,1325480400"; d="scan'208";a="192747538" Received: from unknown (HELO watt) ([10.161.33.18]) by ipex3.johnshopkins.edu with ESMTP/TLS/AES256-SHA; 16 Feb 2012 15:00:56 -0500 Received: from jkr by watt with local (Exim 4.76) (envelope-from ) id 1Ry7Vg-0003qi-La; Thu, 16 Feb 2012 15:00:56 -0500 From: Jesse Rosenthal To: Philippe LeCavalier , notmuch@notmuchmail.org Subject: Re: nomuch_addresses.py In-Reply-To: <87lio2r1y8.fsf@plc.plecavalier.com> References: <87r4xur3rv.fsf@plc.plecavalier.com> <87pqded0is.fsf@jhu.edu> <87lio2r1y8.fsf@plc.plecavalier.com> User-Agent: Notmuch/0.11.1+192~g36ce7e3 (http://notmuchmail.org) Emacs/24.0.93.1 (i686-pc-linux-gnu) Date: Thu, 16 Feb 2012 15:00:56 -0500 Message-ID: <87lio2czuv.fsf@jhu.edu> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 20:01:02 -0000 On Thu, 16 Feb 2012 14:51:59 -0500, Philippe LeCavalier wrote: > $ ~/notmuch/notmuch_addresses/notmuch_addresses.py > Traceback (most recent call last): > File "/home/plecavalier/notmuch/notmuch_addresses/notmuch_addresses.py", line 19, in > 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