From owner-freebsd-questions@FreeBSD.ORG Tue May 24 08:51:31 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F223D106564A for ; Tue, 24 May 2011 08:51:30 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id C80558FC16 for ; Tue, 24 May 2011 08:51:30 +0000 (UTC) Received: by pvg11 with SMTP id 11so3729851pvg.13 for ; Tue, 24 May 2011 01:51:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=TpZ2FFBVVygmx0s8DBEuz0KdXBOE3525DzfBgWJ+vo8=; b=GwQ6IrCo8zFgNkAuIERvX0uy5P3VAS56OeTeTg0T31VEQ8B10k6ScQ8yjz7EiVL2DD 5DEYaKj47pXkl8CRt0JjZrkkXc+KE4LTgax0EHV8rrilegMeaASztbWNMPSIY7Tt6S9e 1vIzB5AYOZLr15d67pmkhgvhJMHGPy6iXZewk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=YFl9o2e8k9eBVJt4fd4pieFdGKVUdUKcOYkPJBxwjUH9oXxQPcB6nt+PFzAyoIfS06 o2iroTZlsI7Fu+KRHumO+tocCEH+enPnlSO0Cooi9g9ig+CSfMmskNHLYTQW6lVK3QtX y6m4EPPFQG+0OFA9Wp+WMF/GxyiMBOZg6fngg= Received: by 10.68.26.164 with SMTP id m4mr2802706pbg.46.1306225339034; Tue, 24 May 2011 01:22:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.43.71 with HTTP; Tue, 24 May 2011 01:21:39 -0700 (PDT) From: Odhiambo Washington Date: Tue, 24 May 2011 11:21:39 +0300 Message-ID: To: questions Content-Type: multipart/related; boundary=bcaec5216051546acc04a40149ad X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Enable Sqlite3 module in python X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2011 08:51:31 -0000 --bcaec5216051546acc04a40149ad Content-Type: text/plain; charset=ISO-8859-1 Hello members, I am on FreeBSD 8.2-STABLE and I am running with python2.7. However I have a problem: mail# python2.7 -c 'import sqlite3' Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/ sqlite3/__init__.py", line 24, in from dbapi2 import * File "/usr/local/lib/python2.7/sqlite3/dbapi2.py", line 27, in from _sqlite3 import * ImportError: No module named _sqlite3 How do I enable the sqlite3 module in python2.7 PS: Is anyone here testing out Mailman 3 with Exim, by any chance? -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ I can't hear you -- I'm using the scrambler. Please consider the environment before printing this email. --bcaec5216051546acc04a40149ad--