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 CC3DF429E26 for ; Wed, 5 Oct 2011 05:50:21 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 F2-GaeNkRafa for ; Wed, 5 Oct 2011 05:50:21 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 25EFB429E25 for ; Wed, 5 Oct 2011 05:50:21 -0700 (PDT) Received: by wyf19 with SMTP id 19so1846554wyf.26 for ; Wed, 05 Oct 2011 05:50:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:content-type:mime-version:subject:to:from:date; bh=KPdhWM0cRyVQoNAFWyeyyax+8JmhN9cnIK8kEfF7spA=; b=iNPvp8jK8D8vLUH6SXazM7e5MX2PD0y36P1AHrcWcBg1BsZAYpgK/0465hkIXUZx9n wedPZ/iNi/6XIKx4O/9kkHQ+70/zH3HQCFN6oTCKAWToYxSrzcskLYWWNNWwXjzdK1Ol MGstn/KsKlBcIqZuPw5cvjkT1nPjLAJCgf+6E= Received: by 10.216.221.223 with SMTP id r73mr6334565wep.106.1317819019795; Wed, 05 Oct 2011 05:50:19 -0700 (PDT) Received: from localhost (dhcp-91-036.inf.ed.ac.uk. [129.215.91.36]) by mx.google.com with ESMTPS id n21sm2788046wbp.2.2011.10.05.05.50.17 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Oct 2011 05:50:18 -0700 (PDT) Message-ID: <4e8c528a.956ee30a.3901.ffff8d92@mx.google.com> Content-Type: multipart/mixed; boundary="===============1874281455==" MIME-Version: 1.0 Subject: [python] can't find shared lib To: notmuch@notmuchmail.org From: Patrick Totzke Date: Wed, 05 Oct 2011 13:49:57 +0100 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: Wed, 05 Oct 2011 12:50:21 -0000 --===============1874281455== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi everyone, It seems we have a problem with ctypes and libnotmuch: I manually removed everything notmuch related from my system and pulled the= latest master branch from git. After a successful make;sudo make install; i installed the python bindings from notmuch/bindings/python via `sudo python ./setup.py install`, which also succeeded. However, If I s= tart using the bindings I get: ```... File "/usr/local/lib/python2.7/dist-packages/notmuch/__init__.py", line 5= 5, in from notmuch.database import Database, Query File "/usr/local/lib/python2.7/dist-packages/notmuch/database.py", line 2= 2, in from notmuch.globals import nmlib, STATUS, NotmuchError, Enum, _str File "/usr/local/lib/python2.7/dist-packages/notmuch/globals.py", line 28= , in raise ImportError("Could not find shared 'notmuch' library.") ImportError: Could not find shared 'notmuch' library. ``` Any ideas? best, /p --===============1874281455==--