From owner-freebsd-questions@FreeBSD.ORG Thu Feb 6 12:08:01 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 C4A72D2 for ; Thu, 6 Feb 2014 12:08:01 +0000 (UTC) Received: from mail-pb0-x233.google.com (mail-pb0-x233.google.com [IPv6:2607:f8b0:400e:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97E1F1BE1 for ; Thu, 6 Feb 2014 12:08:01 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id un15so1669949pbc.38 for ; Thu, 06 Feb 2014 04:08:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=xPK7dH5MM1qp3UW4xXa4nZVWDRbl6mkvEJEeZtHtVDc=; b=m3g15gW60OLI2b+TZfYFPhzt9kQnBS6SggR1JcQmD/8udCzTHSDV1KWprHci4sBR2P WsYwXaygJ+XPxNp7EEeXZvOv4jyMwh/yJxJ+5b1bZbT4n1a5gDwlRC1kfvHuqsljUBBX Kzqzg/XVdIdMC5IYpJwRznzGCzYhR74U4z+d7lDl4Z5LJOIaMkKY6OHd0XGRwJ0yfCEH 2aEKnq/4QXZB7AbBr4Z124X98gVY8r+XpXmI3rixYw7emO6WOnPUC3R5VE31F34kk2Yo herQLZhvDzXJhVi6LKL9r7majLGGPh6a+0cvr+IJhCgVkJhNuZAM5SY/xVXR5KWWFckM coxA== X-Received: by 10.66.27.13 with SMTP id p13mr239884pag.76.1391688481302; Thu, 06 Feb 2014 04:08:01 -0800 (PST) Received: from SergeiMBP.local (c-67-185-33-48.hsd1.wa.comcast.net. [67.185.33.48]) by mx.google.com with ESMTPSA id n6sm2869263pbj.22.2014.02.06.04.07.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Feb 2014 04:08:00 -0800 (PST) Message-ID: <52F37B1F.8010506@gmail.com> Date: Thu, 06 Feb 2014 04:07:59 -0800 From: Sergei G User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: py-sqlite3 with Python 3.3 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 12:08:01 -0000 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