From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E5E7A431FC7 for ; Mon, 1 Jul 2013 08:40:39 -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 aoaiPk4C-dDm for ; Mon, 1 Jul 2013 08:40:32 -0700 (PDT) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5BE15431FBF for ; Mon, 1 Jul 2013 08:40:32 -0700 (PDT) Received: by mail-qa0-f49.google.com with SMTP id hu16so2156936qab.1 for ; Mon, 01 Jul 2013 08:40:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version:x-mailer:x-gm-message-state; bh=IpSNNcmHMsoIc87XQwQa7mWXLiUmlKd7L/y/6FmZW8I=; b=H3fhG3j5JCCKU8HLqQoZ29Vj1xYo3LansgeNGUFR9o10j/ZacDWAVaB/GoWJq/bNfb R7oxiPNaMJMzblSZGlx+Z/15tyPC7O8jTsW+SBoyHmw6U2hphTY2Ua9RcPlhQVlxRXYq CG1oP1+DjYSIYWPIomf3P5K/ue4F8LgtSzbTtI6C+4uwObOhJ5sedJn7ywgoKRco69fH AZDNcH+TbWQFovwdQyxGsd6GzTZvyNdrN7dwMOGgP7Z+ErtdINlHZIWpWkvLlIw4Rc/X uWXLWsYN9pUYtewc+rU7DYG5quKOPpG6pw+VZWpNSRFdiRaqY3SuV8AxLlpfE+UCoL8m fy1A== X-Received: by 10.49.12.145 with SMTP id y17mr32752420qeb.7.1372693230712; Mon, 01 Jul 2013 08:40:30 -0700 (PDT) Received: from [138.110.183.72] ([138.110.183.72]) by mx.google.com with ESMTPSA id s8sm31061449qat.4.2013.07.01.08.40.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Jul 2013 08:40:29 -0700 (PDT) From: Steven Schmeiser Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: python bindings in os x Message-Id: <2486449B-A6DE-459E-AB32-A72873B2DAA8@schmeiser.org> Date: Mon, 1 Jul 2013 11:40:28 -0400 To: notmuch@notmuchmail.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) X-Gm-Message-State: ALoCoQnzIKzHuVjdR9aNt64HW7uhdSCtAhyrRf8AznTda+Z4itsYkMeZ+g2XZ5UhQdIgUa0fB3EE X-Mailman-Approved-At: Mon, 01 Jul 2013 23:04:47 -0700 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: Mon, 01 Jul 2013 15:40:40 -0000 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. =20 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. Cheers, Steve