From owner-freebsd-questions@FreeBSD.ORG Thu Feb 6 20:30:27 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2B9E934 for ; Thu, 6 Feb 2014 20:30:26 +0000 (UTC) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AAEF120A for ; Thu, 6 Feb 2014 20:30:26 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id mc6so1909872lab.35 for ; Thu, 06 Feb 2014 12:30:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gOa7UjtnEl4tiWiz1635sdxBTOuHI8rZQaiSpSOyNMA=; b=Zj0aHpXOLfWNkXgUa8SHW5xHsJ+Xd1FOpYxH57a5blvjkXgjPgbkeBdnL4OVwdp2+5 JAn5hluinAn5ce2Pga7BSSb2QhZdS6h4h3ycivSnsXs4rKp0/NsKtc4FQJz6qEAsp3mf wdYTW3Ss1xO6VWuKkES4u2YxvoDVn/gKogV8/Uw9tV+zgImWujinz8t4yxqDYVDXS+kt e7KxhwCYE7Sr0/3ixBP5Z3IIGa0J8EwR7QGc9/zqq3vPrXjdVGCVw2MYfgMkYhSOo1wM fv1j/eY/jGmQ9t1UscdPRS5E8ccS5KleiykRflxg5Ip2yg6v0E5hL/ZRF6A3dzdrxU8b PkVQ== MIME-Version: 1.0 X-Received: by 10.112.33.108 with SMTP id q12mr6785810lbi.8.1391718624357; Thu, 06 Feb 2014 12:30:24 -0800 (PST) Received: by 10.152.203.233 with HTTP; Thu, 6 Feb 2014 12:30:24 -0800 (PST) In-Reply-To: References: <52F37B1F.8010506@gmail.com> Date: Thu, 6 Feb 2014 12:30:24 -0800 Message-ID: Subject: Re: py-sqlite3 with Python 3.3 From: Sergei G To: Daniel Corbe Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 20:30:27 -0000 I think sqlite3 is generally included with Python by default since Python 2.5. I don't think it is distributed as a standalone package. So, I am not sure distutils is applicable in this case. On Thu, Feb 6, 2014 at 5:54 AM, Daniel Corbe wrote: > > You could always just bypass ports and install py-sqlite3 with > distutils. > > -Daniel > > Sergei G writes: > > > I have both Python 2.7 and 3.3 on FreeBSD 10 machine. > > > > I need to install SQLite3 support for Python 3.3 and I don't know how > > to do that. > > > > I see that py-sqlite3 port compiles by default with Python 2.7. Is > > there an easy way to compile it for Python 3? I see no py33-sqlite3 > > port. > > > > I tried coping dynamic library file from 2.7 to 3.3 and needless to > > say it did not work. > > > > > > Thanks > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >