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 2349C429E45 for ; Thu, 16 Feb 2012 11:52:17 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.274 X-Spam-Level: * X-Spam-Status: No, score=1.274 tagged_above=-999 required=5 tests=[RDNS_NONE=1.274] 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 F-CM5mIY5yeS for ; Thu, 16 Feb 2012 11:52:11 -0800 (PST) Received: from plc.plecavalier.com (unknown [173.195.48.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C89BE429E21 for ; Thu, 16 Feb 2012 11:52:11 -0800 (PST) Received: from plc.plecavalier.com (plc [127.0.0.1]) by plc.plecavalier.com (8.14.5/8.14.5) with ESMTP id q1GJq0cT006077; Thu, 16 Feb 2012 14:52:00 -0500 Received: (from plecavalier@localhost) by plc.plecavalier.com (8.14.5/8.14.5/Submit) id q1GJpxhC006076; Thu, 16 Feb 2012 14:51:59 -0500 From: Philippe LeCavalier To: Jesse Rosenthal , notmuch@notmuchmail.org Subject: Re: nomuch_addresses.py In-Reply-To: <87pqded0is.fsf@jhu.edu> References: <87r4xur3rv.fsf@plc.plecavalier.com> <87pqded0is.fsf@jhu.edu> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1 (i386-redhat-linux-gnu) Date: Thu, 16 Feb 2012 14:51:59 -0500 Message-ID: <87lio2r1y8.fsf@plc.plecavalier.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 19:52:17 -0000 On Thu, 16 Feb 2012 14:46:35 -0500, Jesse Rosenthal wrote: > On Thu, 16 Feb 2012 14:12:36 -0500, Philippe LeCavalier wrote: > > I'm trying to setup tab completion for addresses. I appeared to me that > > the simplest solution was notmuch_addresses so I grabbed a copy from > > git. When I hit tab I get this[1] Was I suppose to do something more? > ... > > ref. > > [1] > > ~/notmuch/notmuch_addresses/notmuch_addresses.py exited with status 1 > > I'd hope so. What happens when you run it from the command line? > > Best, > Jesse $ ~/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 -- Thanks, Phil