From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 50E5C431FAF for ; Tue, 28 Feb 2012 07:07:12 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.363 X-Spam-Level: * X-Spam-Status: No, score=1.363 tagged_above=-999 required=5 tests=[RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] 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 8u577jTJXx14 for ; Tue, 28 Feb 2012 07:07:12 -0800 (PST) Received: from plc.plecavalier.com (CPE001a8c1087e6-CM0019477f3980.cpe.net.cable.rogers.com [99.239.193.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id BBF56431FAE for ; Tue, 28 Feb 2012 07:07: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 q1SF7A9w005947 for ; Tue, 28 Feb 2012 10:07:10 -0500 Received: (from plecavalier@localhost) by plc.plecavalier.com (8.14.5/8.14.5/Submit) id q1SF7A4V005946; Tue, 28 Feb 2012 10:07:10 -0500 From: Philippe LeCavalier To: notmuch@notmuchmail.org Subject: info about notmuch gui 'alot' User-Agent: Notmuch/0.11.1+246~gbf28c60 (http://notmuchmail.org) Emacs/23.3.1 (i386-redhat-linux-gnu) Date: Tue, 28 Feb 2012 10:07:09 -0500 Message-ID: <87vcmr809u.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: Tue, 28 Feb 2012 15:07:12 -0000 Just curious about 'alot'. I grabbed a copy from git but can't get past a certain point of the setup. It appears to be in preliminary stages and I'm prob. not the best candidate to run it reliably but I'd still like to take a peek. Here's[1] what I'm stuck on. Any assistance would be appreciated OR if this project is overly unstable for a non-coder please don't hesitate to say so and I'll wait til it's more suitable for me. -- Thanks, Phil ref. [1] [plecavalier@plc alot]$ bin/alot Traceback (most recent call last): File "bin/alot", line 19, in from alot.init import main File "/home/plecavalier/.local/lib/python2.7/site-packages/alot/init.py", line 9, in from db import DBManager File "/home/plecavalier/.local/lib/python2.7/site-packages/alot/db.py", line 1, in from notmuch import Database, NotmuchError, XapianError ImportError: No module named notmuch [plecavalier@plc alot]$