[PATCH] Fix shared library loading in Python bindings.

2013-05-30 Thread Tomi Ollila
On Thu, May 30 2013, Justus Winter <4winter at informatik.uni-hamburg.de> wrote: > Hi Julian :) > > Quoting Julian Berman (2013-05-26 05:53:38) >> Specifically, fixes loading on OS X, where libnotmuch will be >> a dylib.: >> --- >> bindings/python/notmuch/globals.py | 3 ++- >> 1 file changed, 2

[PATCH] Fix shared library loading in Python bindings.

2013-05-30 Thread Justus Winter
Hi Julian :) Quoting Julian Berman (2013-05-26 05:53:38) > Specifically, fixes loading on OS X, where libnotmuch will be > a dylib.: > --- > bindings/python/notmuch/globals.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/bindings/python/notmuch/globals.py >

Re: [PATCH] Fix shared library loading in Python bindings.

2013-05-30 Thread Justus Winter
Hi Julian :) Quoting Julian Berman (2013-05-26 05:53:38) Specifically, fixes loading on OS X, where libnotmuch will be a dylib.: --- bindings/python/notmuch/globals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/python/notmuch/globals.py

Re: [PATCH] Fix shared library loading in Python bindings.

2013-05-30 Thread Tomi Ollila
On Thu, May 30 2013, Justus Winter 4win...@informatik.uni-hamburg.de wrote: Hi Julian :) Quoting Julian Berman (2013-05-26 05:53:38) Specifically, fixes loading on OS X, where libnotmuch will be a dylib.: --- bindings/python/notmuch/globals.py | 3 ++- 1 file changed, 2 insertions(+), 1

[PATCH] Fix shared library loading in Python bindings.

2013-05-28 Thread Julian Berman
Specifically, fixes loading on OS X, where libnotmuch will be a dylib.: --- bindings/python/notmuch/globals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/python/notmuch/globals.py b/bindings/python/notmuch/globals.py index c7632c3..5e08e73 100644 ---

[PATCH] Fix shared library loading in Python bindings.

2013-05-26 Thread Julian Berman
Specifically, fixes loading on OS X, where libnotmuch will be a dylib.: --- bindings/python/notmuch/globals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/python/notmuch/globals.py b/bindings/python/notmuch/globals.py index c7632c3..5e08e73 100644 ---