Re: [PATCH v3] nmbug: Translate to Python
[notmuch-archives.git] / ea / 5176e129d3101288a1b8de7ade1d7cc769165a
1 Return-Path: <doctormo@gmail.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 5AD73431FB6\r
6         for <notmuch@notmuchmail.org>; Mon, 25 Feb 2013 12:44:25 -0800 (PST)\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 uawEPzvkLg1H for <notmuch@notmuchmail.org>;\r
17         Mon, 25 Feb 2013 12:44:25 -0800 (PST)\r
18 Received: from mail-ve0-f179.google.com (mail-ve0-f179.google.com\r
19         [209.85.128.179]) (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 F09B2431FAF\r
22         for <notmuch@notmuchmail.org>; Mon, 25 Feb 2013 12:44:24 -0800 (PST)\r
23 Received: by mail-ve0-f179.google.com with SMTP id da11so2590075veb.38\r
24         for <notmuch@notmuchmail.org>; Mon, 25 Feb 2013 12:44:23 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=x-received:message-id:subject:from:to:date:content-type:x-mailer\r
27         :mime-version:content-transfer-encoding;\r
28         bh=+I/cbnoWfw4XaCoPUkZ0uMVDZEJRpK+NtmT+FY7Reeg=;\r
29         b=xb2C3oxgX3oWGtp5lPiBHI7rxdxjmADPCzuXjifXC8RUlp0Yy2geCqMc4Vfb7CJoC0\r
30         Obosolrmzbed9FsIY0OdcwtLYAwXauh6oRVBtmnL29gfAk4+6MxWmtcp4oSXZfZ1BrJh\r
31         Qo5xy1zfLQ8eZ47poD6O1NNeWgDMFUX0hneoIxs1kWD9hn8nFDGfL1m9wLRZJRGFdkCQ\r
32         kwqEQ6/S+xC0UZLUaP1eQSATekzgQUN806aOm33H/NnUAmHW7ywp59i0Osk2Ia+YSC3d\r
33         /QUyeLMQ42Kn67soqMBX7oyLYjtnIbQqn5suBELT6mPQ44LD/jO1XRJ6+/w7RH+TOo80\r
34         UpyA==\r
35 X-Received: by 10.220.9.3 with SMTP id j3mr10311274vcj.56.1361825063256;\r
36         Mon, 25 Feb 2013 12:44:23 -0800 (PST)\r
37 Received: from [192.168.1.6] (c-50-136-124-83.hsd1.ma.comcast.net.\r
38         [50.136.124.83])\r
39         by mx.google.com with ESMTPS id h11sm11201495vdj.12.2013.02.25.12.44.20\r
40         (version=SSLv3 cipher=RC4-SHA bits=128/128);\r
41         Mon, 25 Feb 2013 12:44:21 -0800 (PST)\r
42 Message-ID: <1361825059.24401.3.camel@delen>\r
43 Subject: \r
44 From: Martin Owens <doctormo@gmail.com>\r
45 To: notmuch@notmuchmail.org\r
46 Date: Mon, 25 Feb 2013 15:44:19 -0500\r
47 Content-Type: text/plain; charset="UTF-8"\r
48 X-Mailer: Evolution 3.6.2-0ubuntu2 \r
49 Mime-Version: 1.0\r
50 Content-Transfer-Encoding: 7bit\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Mon, 25 Feb 2013 20:44:25 -0000\r
64 \r
65 Dear NotMuch,\r
66 \r
67 I'm getting an error from the packages in Ubuntu 13.04 (beta) version\r
68 14.1 of python-notmuch:\r
69 \r
70   File "/usr/lib/python2.7/dist-packages/notmuch/database.py", line 156,\r
71 in __init__\r
72     self.create(path)\r
73   File "/usr/lib/python2.7/dist-packages/notmuch/database.py", line 191,\r
74 in create\r
75     res = Database._create(_str(path), Database.MODE.READ_WRITE)\r
76 ctypes.ArgumentError: argument 2: <type 'exceptions.TypeError'>:\r
77 expected LP_LP_NotmuchDatabaseS instance instead of int\r
78 \r
79 Looking at trunk it looks like this code was rewritten completely.\r
80 Should the packages be ignored and should trunk be used instead?\r
81 \r
82 Best Regards, Martin Owens\r
83 \r