Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 7e / 90d18b511134d11069c3b2cabcefd1f87bf789
1 Return-Path: <plecavalier@plc.plecavalier.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 50E5C431FAF\r
6         for <notmuch@notmuchmail.org>; Tue, 28 Feb 2012 07:07:12 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.363\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.363 tagged_above=-999 required=5\r
12         tests=[RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 8u577jTJXx14 for <notmuch@notmuchmail.org>;\r
16         Tue, 28 Feb 2012 07:07:12 -0800 (PST)\r
17 Received: from plc.plecavalier.com\r
18         (CPE001a8c1087e6-CM0019477f3980.cpe.net.cable.rogers.com\r
19         [99.239.193.74])\r
20         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id BBF56431FAE\r
23         for <notmuch@notmuchmail.org>; Tue, 28 Feb 2012 07:07:11 -0800 (PST)\r
24 Received: from plc.plecavalier.com (plc [127.0.0.1])\r
25         by plc.plecavalier.com (8.14.5/8.14.5) with ESMTP id q1SF7A9w005947\r
26         for <notmuch@notmuchmail.org>; Tue, 28 Feb 2012 10:07:10 -0500\r
27 Received: (from plecavalier@localhost)\r
28         by plc.plecavalier.com (8.14.5/8.14.5/Submit) id q1SF7A4V005946;\r
29         Tue, 28 Feb 2012 10:07:10 -0500\r
30 From: Philippe LeCavalier <support@plecavalier.com>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: info about notmuch gui 'alot'\r
33 User-Agent: Notmuch/0.11.1+246~gbf28c60 (http://notmuchmail.org) Emacs/23.3.1\r
34         (i386-redhat-linux-gnu)\r
35 Date: Tue, 28 Feb 2012 10:07:09 -0500\r
36 Message-ID: <87vcmr809u.fsf@plc.plecavalier.com>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 28 Feb 2012 15:07:12 -0000\r
52 \r
53 Just curious about 'alot'. I grabbed a copy from git but can't get past\r
54 a certain point of the setup. It appears to be in preliminary stages and\r
55 I'm prob. not the best candidate to run it reliably but I'd still like\r
56 to take a peek. Here's[1] what I'm stuck on. Any assistance would be\r
57 appreciated OR if this project is overly unstable for a non-coder please\r
58 don't hesitate to say so and I'll wait til it's more suitable for me.\r
59 \r
60 -- \r
61 Thanks,\r
62 Phil\r
63 \r
64 ref.\r
65 [1]\r
66 [plecavalier@plc alot]$ bin/alot \r
67 Traceback (most recent call last):\r
68   File "bin/alot", line 19, in <module>\r
69     from alot.init import main\r
70   File "/home/plecavalier/.local/lib/python2.7/site-packages/alot/init.py", line 9, in <module>\r
71     from db import DBManager\r
72   File "/home/plecavalier/.local/lib/python2.7/site-packages/alot/db.py", line 1, in <module>\r
73     from notmuch import Database, NotmuchError, XapianError\r
74 ImportError: No module named notmuch\r
75 [plecavalier@plc alot]$ \r