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 5AD73431FB6 for ; Mon, 25 Feb 2013 12:44:25 -0800 (PST) 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 uawEPzvkLg1H for ; Mon, 25 Feb 2013 12:44:25 -0800 (PST) Received: from mail-ve0-f179.google.com (mail-ve0-f179.google.com [209.85.128.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id F09B2431FAF for ; Mon, 25 Feb 2013 12:44:24 -0800 (PST) Received: by mail-ve0-f179.google.com with SMTP id da11so2590075veb.38 for ; Mon, 25 Feb 2013 12:44:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:subject:from:to:date:content-type:x-mailer :mime-version:content-transfer-encoding; bh=+I/cbnoWfw4XaCoPUkZ0uMVDZEJRpK+NtmT+FY7Reeg=; b=xb2C3oxgX3oWGtp5lPiBHI7rxdxjmADPCzuXjifXC8RUlp0Yy2geCqMc4Vfb7CJoC0 Obosolrmzbed9FsIY0OdcwtLYAwXauh6oRVBtmnL29gfAk4+6MxWmtcp4oSXZfZ1BrJh Qo5xy1zfLQ8eZ47poD6O1NNeWgDMFUX0hneoIxs1kWD9hn8nFDGfL1m9wLRZJRGFdkCQ kwqEQ6/S+xC0UZLUaP1eQSATekzgQUN806aOm33H/NnUAmHW7ywp59i0Osk2Ia+YSC3d /QUyeLMQ42Kn67soqMBX7oyLYjtnIbQqn5suBELT6mPQ44LD/jO1XRJ6+/w7RH+TOo80 UpyA== X-Received: by 10.220.9.3 with SMTP id j3mr10311274vcj.56.1361825063256; Mon, 25 Feb 2013 12:44:23 -0800 (PST) Received: from [192.168.1.6] (c-50-136-124-83.hsd1.ma.comcast.net. [50.136.124.83]) by mx.google.com with ESMTPS id h11sm11201495vdj.12.2013.02.25.12.44.20 (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 25 Feb 2013 12:44:21 -0800 (PST) Message-ID: <1361825059.24401.3.camel@delen> Subject: From: Martin Owens To: notmuch@notmuchmail.org Date: Mon, 25 Feb 2013 15:44:19 -0500 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.2-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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, 25 Feb 2013 20:44:25 -0000 Dear NotMuch, I'm getting an error from the packages in Ubuntu 13.04 (beta) version 14.1 of python-notmuch: File "/usr/lib/python2.7/dist-packages/notmuch/database.py", line 156, in __init__ self.create(path) File "/usr/lib/python2.7/dist-packages/notmuch/database.py", line 191, in create res = Database._create(_str(path), Database.MODE.READ_WRITE) ctypes.ArgumentError: argument 2: : expected LP_LP_NotmuchDatabaseS instance instead of int Looking at trunk it looks like this code was rewritten completely. Should the packages be ignored and should trunk be used instead? Best Regards, Martin Owens