From eab434432efeb5b6ac797e20e1b2e5791303da11 Mon Sep 17 00:00:00 2001 From: Mark Foxwell Date: Sat, 13 Aug 2011 21:15:17 +0100 Subject: [PATCH] Re: gui release --- da/bbf2c9714ea8295797ecd3c903f23594d4effe | 77 +++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 da/bbf2c9714ea8295797ecd3c903f23594d4effe diff --git a/da/bbf2c9714ea8295797ecd3c903f23594d4effe b/da/bbf2c9714ea8295797ecd3c903f23594d4effe new file mode 100644 index 000000000..33074bd84 --- /dev/null +++ b/da/bbf2c9714ea8295797ecd3c903f23594d4effe @@ -0,0 +1,77 @@ +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 85727429E25 + for ; Sat, 13 Aug 2011 13:15:24 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 otLqSsRe5lhp for ; + Sat, 13 Aug 2011 13:15:24 -0700 (PDT) +Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com + [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + BB475431FB6 for ; Sat, 13 Aug 2011 13:15:23 -0700 + (PDT) +Received: by wwg9 with SMTP id 9so2498045wwg.2 + for ; Sat, 13 Aug 2011 13:15:21 -0700 (PDT) +Received: by 10.216.59.130 with SMTP id s2mr734456wec.26.1313266521146; + Sat, 13 Aug 2011 13:15:21 -0700 (PDT) +Received: from localhost (host81-153-118-19.range81-153.btcentralplus.com + [81.153.118.19]) + by mx.google.com with ESMTPS id z49sm1028819wec.2.2011.08.13.13.15.19 + (version=TLSv1/SSLv3 cipher=OTHER); + Sat, 13 Aug 2011 13:15:19 -0700 (PDT) +Message-ID: <4e46db57.473fd80a.575b.3e26@mx.google.com> +From: Mark Foxwell +Subject: Re: gui release +To: Patrick Totzke , notmuch@notmuchmail.org +In-Reply-To: <4e46a5ad.0d3ed80a.4932.6d86@mx.google.com> +References: <4e46a5ad.0d3ed80a.4932.6d86@mx.google.com> +Date: Sat, 13 Aug 2011 21:15:17 +0100 +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: Sat, 13 Aug 2011 20:15:24 -0000 + +Patrick Totzke wrote: +> I am pleased to announce the first release of my terminal GUI named 'alot'. +> You can get it here: https://github.com/pazz/alot +> Install and usage infos are included. +> As always, feedback of all kind is very welcome. + +Great! + +I'm trying to package for Arch Linux [1]. Build completes ok, but when +running alot I get the following error: + +Traceback (most recent call last): + File "/usr/bin/alot", line 19, in + from alot.init import main + File "/usr/lib/python2.7/site-packages/alot/init.py", line 24, + in + from account import AccountManager + File "/usr/lib/python2.7/site-packages/alot/account.py", + line 28, in + from send import SendmailSender +ImportError: No module named send + +I guess I'm missing a dependancy :S any ideas? + +-- +Mark -- 2.26.2