From: Steven Schmeiser Date: Tue, 2 Jul 2013 13:45:02 +0000 (+2000) Subject: Re: python bindings in os x X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d2f4e9063a33deb7cec63a7b949e81ad8b19343f;p=notmuch-archives.git Re: python bindings in os x --- diff --git a/e6/98720c9c2a63a58301e2b0a336ac909bf3625b b/e6/98720c9c2a63a58301e2b0a336ac909bf3625b new file mode 100644 index 000000000..2efaa0bcc --- /dev/null +++ b/e6/98720c9c2a63a58301e2b0a336ac909bf3625b @@ -0,0 +1,91 @@ +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 1BBB7431FC0 + for ; Tue, 2 Jul 2013 06:45:15 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 LaFePiHXQTCE for ; + Tue, 2 Jul 2013 06:45:07 -0700 (PDT) +Received: from mail-qa0-f44.google.com (mail-qa0-f44.google.com + [209.85.216.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 19E07431FBF + for ; Tue, 2 Jul 2013 06:45:07 -0700 (PDT) +Received: by mail-qa0-f44.google.com with SMTP id o13so2833211qaj.17 + for ; Tue, 02 Jul 2013 06:45:05 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=content-type:from:to:cc:subject:in-reply-to:references:date + :message-id:user-agent:content-transfer-encoding:x-gm-message-state; + bh=qi17oB5b13cbkJ2wALQfK2AnJH3Q925wWtS5eh4i0jw=; + b=dTt3cNzluNx+WiI/tv6FcR5JXRI1xYNztOJr72vzd9UJWVOVs4oHtxfiT9jh8U/wag + LI1dsnpvKUeJqZhKqLfodoPWGfv8tvliE6cv9Kp1n04rt5wR6cTM7adUn0HS+rjQxBFx + LESBH9vmMIV0NH2NMQEcWFJMHw6Qff0lphMdiF14ScM2K1mKhZKkENvOcqUYEhLe/MLG + v7rvDdTyYJ7dQ0s/X5jWnIx+SSfExOj1AmS6Coj3ZqUe2hMWIQge+OUm0JtlGfRuyNTF + sokDxUytgTm8aTadauxoOLzaRTtqGr+H0aZWPOOqoY3tYc7apSkCnqIXay78MK2gAkmS + rsQw== +X-Received: by 10.224.80.130 with SMTP id t2mr39044062qak.86.1372772704445; + Tue, 02 Jul 2013 06:45:04 -0700 (PDT) +Received: from localhost ([138.110.183.72]) + by mx.google.com with ESMTPSA id 15sm37045735qaa.9.2013.07.02.06.45.03 + for + (version=TLSv1 cipher=RC4-SHA bits=128/128); + Tue, 02 Jul 2013 06:45:03 -0700 (PDT) +Content-Type: text/plain; charset=UTF-8 +From: Steven Schmeiser +To: Tomi Ollila +Subject: Re: python bindings in os x +In-reply-to: +References: <2486449B-A6DE-459E-AB32-A72873B2DAA8@schmeiser.org> + +Date: Tue, 02 Jul 2013 09:45:02 -0400 +Message-Id: <1372772667-sup-392@indy.local> +User-Agent: Sup/git +Content-Transfer-Encoding: 8bit +X-Gm-Message-State: + ALoCoQmunenqcXwlNYnPXntWpkCXrA92sPmzYRq+EdjUYnblgmdJSY2vplXYrWLQz9+U0cQFGPkT +Cc: notmuch +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 13:45:15 -0000 + +I applied the patch in the mailing list and it worked great. Thanks! + +Steve + +> 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