[RFC PATCH] Python bindings: CDLL("libnotmuch.3.dylib") on Darwin

2013-07-09 Thread Justus Winter
Quoting Tomi Ollila (2013-07-06 14:25:12) > On Tue, Jun 25 2013, Justus Winter <4winter at informatik.uni-hamburg.de> > wrote: > > > Quoting Tomi Ollila (2013-06-25 16:36:56) > >> Use os.uname() to check for 'Darwin' and load "libnotmuch.3.dylib" > >> instead of "libnotmuch.so.3" if that is the c

[RFC PATCH] Python bindings: CDLL("libnotmuch.3.dylib") on Darwin

2013-06-25 Thread Tomi Ollila
Use os.uname() to check for 'Darwin' and load "libnotmuch.3.dylib" instead of "libnotmuch.so.3" if that is the case. --- This is followup to thread starting from id:1369540418-94177-1-git-send-email-Julian at GrayVines.com For anyone interested: this is basically no-overhead addition as ctypes

[RFC PATCH] Python bindings: CDLL("libnotmuch.3.dylib") on Darwin

2013-06-25 Thread Justus Winter
Quoting Tomi Ollila (2013-06-25 16:36:56) > Use os.uname() to check for 'Darwin' and load "libnotmuch.3.dylib" > instead of "libnotmuch.so.3" if that is the case. > --- > > This is followup to thread starting from > > id:1369540418-94177-1-git-send-email-Julian at GrayVines.com > > For anyone