* info about notmuch gui 'alot'
@ 2012-02-28 15:07 Philippe LeCavalier
2012-02-28 15:17 ` Olivier Schwander
0 siblings, 1 reply; 7+ messages in thread
From: Philippe LeCavalier @ 2012-02-28 15:07 UTC (permalink / raw)
To: notmuch
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 <module>
from alot.init import main
File "/home/plecavalier/.local/lib/python2.7/site-packages/alot/init.py", line 9, in <module>
from db import DBManager
File "/home/plecavalier/.local/lib/python2.7/site-packages/alot/db.py", line 1, in <module>
from notmuch import Database, NotmuchError, XapianError
ImportError: No module named notmuch
[plecavalier@plc alot]$
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: info about notmuch gui 'alot'
2012-02-28 15:07 info about notmuch gui 'alot' Philippe LeCavalier
@ 2012-02-28 15:17 ` Olivier Schwander
2012-02-28 15:23 ` Philippe LeCavalier
0 siblings, 1 reply; 7+ messages in thread
From: Olivier Schwander @ 2012-02-28 15:17 UTC (permalink / raw)
To: notmuch
Le 28 Feb 2012 10:07, Philippe LeCavalier a écrit:
> 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.
Have you installed the python bindings for notmuch ? In Debian (and
probably Ubuntu), it's in the package python-notmuch. Just type:
apt-get install python-notmuch
Best,
Olivier
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: info about notmuch gui 'alot'
2012-02-28 15:17 ` Olivier Schwander
@ 2012-02-28 15:23 ` Philippe LeCavalier
2012-02-28 15:45 ` Philippe LeCavalier
0 siblings, 1 reply; 7+ messages in thread
From: Philippe LeCavalier @ 2012-02-28 15:23 UTC (permalink / raw)
To: Olivier Schwander, notmuch
On Tue, 28 Feb 2012 16:17:44 +0100, Olivier Schwander <olivier.schwander@chadok.info> wrote:
> Le 28 Feb 2012 10:07, Philippe LeCavalier a écrit:
> > 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.
>
> Have you installed the python bindings for notmuch ? In Debian (and
> probably Ubuntu), it's in the package python-notmuch. Just type:
>
> apt-get install python-notmuch
I'm on Fedora 16. yum search python-notmuch gives 'No matches found'.
I ran Deb for years and just switch to Fedora so I'm not all that
comfortable with yum just yet.
--
Thanks,
Phil
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: info about notmuch gui 'alot'
2012-02-28 15:23 ` Philippe LeCavalier
@ 2012-02-28 15:45 ` Philippe LeCavalier
[not found] ` <20120228161057.GA8390@bugaga.lan>
0 siblings, 1 reply; 7+ messages in thread
From: Philippe LeCavalier @ 2012-02-28 15:45 UTC (permalink / raw)
To: Olivier Schwander, notmuch
On Tue, 28 Feb 2012 10:23:54 -0500, Philippe LeCavalier <support@plecavalier.com> wrote:
> On Tue, 28 Feb 2012 16:17:44 +0100, Olivier Schwander <olivier.schwander@chadok.info> wrote:
> > Le 28 Feb 2012 10:07, Philippe LeCavalier a écrit:
> > > 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.
> >
> > Have you installed the python bindings for notmuch ? In Debian (and
> > probably Ubuntu), it's in the package python-notmuch. Just type:
> >
> > apt-get install python-notmuch
> I'm on Fedora 16. yum search python-notmuch gives 'No matches found'.
> I ran Deb for years and just switch to Fedora so I'm not all that
> comfortable with yum just yet.
Okay. So I had to go grab F17 rpms but I got passed the missing pkgs
issue. Now I've got a parse error in my config. Is there an example
somewhere that is more comprehensive than the git README? This[2] is
what I'm using now.
--
Thanks,
Phil
ref.
[2]
[account 2012]
realname = Philippe LeCavalier
address = support@plecavalier.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-02-29 17:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 15:07 info about notmuch gui 'alot' Philippe LeCavalier
2012-02-28 15:17 ` Olivier Schwander
2012-02-28 15:23 ` Philippe LeCavalier
2012-02-28 15:45 ` Philippe LeCavalier
[not found] ` <20120228161057.GA8390@bugaga.lan>
2012-02-28 16:30 ` Philippe LeCavalier
2012-02-28 17:42 ` Daniel
2012-02-29 17:40 ` Patrick Totzke
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).