unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* notmuch version/Python bindings
@ 2017-02-16 14:09 Aryeh Leib Taurog
  2017-02-16 14:24 ` David Bremner
  0 siblings, 1 reply; 9+ messages in thread
From: Aryeh Leib Taurog @ 2017-02-16 14:09 UTC (permalink / raw)
  To: notmuch

The latest notmuch includes libnotmuch.so.4.4.0 but the latest python 
bindings wrap libnotmuch.so.3 so importing from notmuch results in the 
following error:

  File "/home/altaurog/venv/offlineimap/lib/python2.7/site-packages/notmuch/__init__.py", line 54, in <module>
    from .database import Database
  File "/home/altaurog/venv/offlineimap/lib/python2.7/site-packages/notmuch/database.py", line 24, in <module>
    from .globals import (
  File "/home/altaurog/venv/offlineimap/lib/python2.7/site-packages/notmuch/globals.py", line 27, in <module>
    raise ImportError("Could not find shared 'notmuch' library.")
ImportError: Could not find shared 'notmuch' library.

I changed it to libnotmuch.so.4 in globals.py and it seems to work.  
Is that reasonable or should I expect problems?

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-02-25 16:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 14:09 notmuch version/Python bindings Aryeh Leib Taurog
2017-02-16 14:24 ` David Bremner
2017-02-16 14:58   ` Aryeh Leib Taurog
2017-02-16 17:00     ` David Bremner
2017-02-16 19:46       ` Sebastian Spaeth
2017-02-18 15:14         ` David Bremner
2017-02-20 11:39           ` Justus Winter
2017-02-21 14:03           ` Sebastian Spaeth
2017-02-25 16:41             ` David Bremner

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).