Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1170F431E84 for ; Mon, 1 Jul 2013 23:09:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t-4wAo-JBdum for ; Mon, 1 Jul 2013 23:09:15 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id E357C431FC0 for ; Mon, 1 Jul 2013 23:09:14 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 62925100051; Tue, 2 Jul 2013 09:08:59 +0300 (EEST) From: Tomi Ollila To: Steven Schmeiser , notmuch@notmuchmail.org Subject: Re: python bindings in os x In-Reply-To: <2486449B-A6DE-459E-AB32-A72873B2DAA8@schmeiser.org> References: <2486449B-A6DE-459E-AB32-A72873B2DAA8@schmeiser.org> User-Agent: Notmuch/0.15.2+193~g7350bd4 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2013 06:09:23 -0000 On Mon, Jul 01 2013, Steven Schmeiser wrote: > I'm curious to try notmuch with the alot frontend, but I'm having a hard time getting the python bindings to work on OS X. I have tried with notmuch installed from homebrew as well as compiled from git. > > I think the issue has something to do with shared versus dynamic libraries on OS X, but these are not things that I'm familiar with and able to troubleshoot. When I try to run alot, I get the following error: > > ImportError: Could not find shared 'notmuch' library. > > It does appear that there are dynamic libs for notmuch in a place that python can find them. > > Any help is appreciated. See http://mid.gmane.org/1372171016-11935-1-git-send-email-tomi.ollila@iki.fi > Cheers, > Steve Tomi