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 E63CC431FB6 for ; Wed, 23 Mar 2011 18:50:06 -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 U-0SrKCylySH for ; Wed, 23 Mar 2011 18:50:06 -0700 (PDT) X-Greylist: delayed 100871 seconds by postgrey-1.32 at olra; Wed, 23 Mar 2011 18:50:06 PDT Received: from mxout-08.mxes.net (mxout-08.mxes.net [216.86.168.183]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 845F7431FB5 for ; Wed, 23 Mar 2011 18:50:06 -0700 (PDT) Received: from selenium.home (unknown [72.94.160.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 93C70509E2 for ; Wed, 23 Mar 2011 21:50:05 -0400 (EDT) Date: Wed, 23 Mar 2011 21:50:02 -0400 From: Tim Gray To: notmuch@notmuchmail.org Subject: Re: Notmuch on os x? Message-ID: <20110324015002.GA85437@selenium.125px.com> Mail-Followup-To: notmuch@notmuchmail.org References: <878vwe7xom.fsf@bunting.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <878vwe7xom.fsf@bunting.net.au> User-Agent: Mutt/1.5.21+22 (8d0281f79b21) (2010-12-30) 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: Thu, 24 Mar 2011 01:50:07 -0000 On Mar 17, 2011 at 11:12 PM +1100, Bart Bunting wrote: > Has anyone compiled notmuch for the mac? As a followup to this, I've now started playing around a bit with notmuch on OS X. I'd be really interested in the Python bindings, but they are most definitely not working for me. I pointed the CDLL call in globals.py to my libnotmuch (/usr/local/lib/libnotmuch.1.dylib - I have no idea if I was supposed to do something else), but when I run notmuch.py, just as a test, I get a segmentation fault. I'm sure I'm doing something totally wrong here. For what it's worth, libnotmuch.1.dylib is x86_64 as is the Python that I'm trying to access it with. Any help would be appreciated.