[notmuch] cnotmuch 0.1.1 release

2010-04-05 Thread Sebastian Spaeth
On 2010-04-03, C?dric Cabessa wrote: > libnotmuch.so is in my personal folder, I'd like to use LD_LIBRARY_PATH for > that. > The problem is that find_library does not read this variable, but hopefully > CDLL does. > > I suggest to not use find_library. If the library do not exist, we just have >

Re: [notmuch] cnotmuch 0.1.1 release

2010-04-04 Thread Sebastian Spaeth
On 2010-04-03, Cédric Cabessa wrote: libnotmuch.so is in my personal folder, I'd like to use LD_LIBRARY_PATH for that. The problem is that find_library does not read this variable, but hopefully CDLL does. I suggest to not use find_library. If the library do not exist, we just have to

[notmuch] cnotmuch 0.1.1 release

2010-04-03 Thread Cédric Cabessa
spaetz wrote: > > It needs to have a libnotmuch.so or libnotmuch.so.1 available in some > library folder or will raise an exception when loading. > "OSError: libnotmuch.so.1: cannot open shared object file: No such file or > directory" > libnotmuch.so is in my personal folder, I'd like to use

Re: [notmuch] cnotmuch 0.1.1 release

2010-04-03 Thread Cédric Cabessa
spaetz wrote: It needs to have a libnotmuch.so or libnotmuch.so.1 available in some library folder or will raise an exception when loading. OSError: libnotmuch.so.1: cannot open shared object file: No such file or directory libnotmuch.so is in my personal folder, I'd like to use

[notmuch] cnotmuch 0.1.1 release

2010-03-22 Thread Sebastian Spaeth
Hey all, given that there is at least one user of cnotmuch out there now, I just put it up on the python package repository: http://pypi.python.org/pypi/cnotmuch This means you can do "easy_install cnotmuch" on your linux box and it will get installed into: