Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 81 / 4d5c5b9c6c630fa64752c56a25cdfb181e3a2b
1 Return-Path: <patricktotzke@googlemail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id CC3DF429E26\r
6         for <notmuch@notmuchmail.org>; Wed,  5 Oct 2011 05:50:21 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id F2-GaeNkRafa for <notmuch@notmuchmail.org>;\r
17         Wed,  5 Oct 2011 05:50:21 -0700 (PDT)\r
18 Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com\r
19         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 25EFB429E25\r
22         for <notmuch@notmuchmail.org>; Wed,  5 Oct 2011 05:50:21 -0700 (PDT)\r
23 Received: by wyf19 with SMTP id 19so1846554wyf.26\r
24         for <notmuch@notmuchmail.org>; Wed, 05 Oct 2011 05:50:19 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
26         d=googlemail.com; s=gamma;\r
27         h=message-id:content-type:mime-version:subject:to:from:date;\r
28         bh=KPdhWM0cRyVQoNAFWyeyyax+8JmhN9cnIK8kEfF7spA=;\r
29         b=iNPvp8jK8D8vLUH6SXazM7e5MX2PD0y36P1AHrcWcBg1BsZAYpgK/0465hkIXUZx9n\r
30         wedPZ/iNi/6XIKx4O/9kkHQ+70/zH3HQCFN6oTCKAWToYxSrzcskLYWWNNWwXjzdK1Ol\r
31         MGstn/KsKlBcIqZuPw5cvjkT1nPjLAJCgf+6E=\r
32 Received: by 10.216.221.223 with SMTP id r73mr6334565wep.106.1317819019795;\r
33         Wed, 05 Oct 2011 05:50:19 -0700 (PDT)\r
34 Received: from localhost (dhcp-91-036.inf.ed.ac.uk. [129.215.91.36])\r
35         by mx.google.com with ESMTPS id n21sm2788046wbp.2.2011.10.05.05.50.17\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Wed, 05 Oct 2011 05:50:18 -0700 (PDT)\r
38 Message-ID: <4e8c528a.956ee30a.3901.ffff8d92@mx.google.com>\r
39 Content-Type: multipart/mixed; boundary="===============1874281455=="\r
40 MIME-Version: 1.0\r
41 Subject: [python] can't find shared lib\r
42 To: notmuch@notmuchmail.org\r
43 From: Patrick Totzke <patricktotzke@googlemail.com>\r
44 Date: Wed, 05 Oct 2011 13:49:57 +0100\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Wed, 05 Oct 2011 12:50:21 -0000\r
58 \r
59 --===============1874281455==\r
60 MIME-Version: 1.0\r
61 Content-Type: text/plain; charset="utf-8"\r
62 Content-Transfer-Encoding: quoted-printable\r
63 \r
64 Hi everyone,\r
65 It seems we have a problem with ctypes and libnotmuch:\r
66 I manually removed everything notmuch related from my system and pulled the=\r
67  latest master branch from git.\r
68 After a successful make;sudo make install;\r
69 i installed the python bindings from notmuch/bindings/python\r
70 via `sudo python ./setup.py install`, which also succeeded. However, If I s=\r
71 tart using the bindings I get:\r
72 \r
73 ```...\r
74   File "/usr/local/lib/python2.7/dist-packages/notmuch/__init__.py", line 5=\r
75 5, in <module>\r
76     from notmuch.database import Database, Query\r
77   File "/usr/local/lib/python2.7/dist-packages/notmuch/database.py", line 2=\r
78 2, in <module>\r
79     from notmuch.globals import nmlib, STATUS, NotmuchError, Enum, _str\r
80   File "/usr/local/lib/python2.7/dist-packages/notmuch/globals.py", line 28=\r
81 , in <module>\r
82     raise ImportError("Could not find shared 'notmuch' library.")\r
83 ImportError: Could not find shared 'notmuch' library.\r
84 ```\r
85 \r
86 Any ideas?\r
87 best,\r
88 /p\r
89 \r
90 --===============1874281455==--\r