import _sqlite3 no module named error

Ned Deily nad at acm.org
Thu Jun 4 15:41:15 EDT 2009


In article 
<77e831100906041151g70868dbre1546cdb01082ba3 at mail.gmail.com>,
 Vincent Davis <vincent at vincentdavis.net> wrote:
> Yes I am using macports I think sqlite is installed? here is what I
> get when I run
> sudo port install py25-sqlite3
> 
> vincent-daviss-macbook-pro-2:~ vmd$ sudo port install py25-sqlite3
> Skipping org.macports.activate (py25-sqlite3 ) since this port is already 
> active
> --->  Cleaning py25-sqlite3
> vincent-daviss-macbook-pro-2:~ vmd$

Hmm!  This is on 10.5.7, BTW.

$ sudo port version
Version: 1.710
$ sudo port info py25-sqlite3
py25-sqlite3 @2.5.4 (python, databases)
[...]
$ /opt/local/bin/python2.5
Python 2.5.4 (r254:67916, May  4 2009, 01:40:08) 
[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from _sqlite3 import *
>>> 

A quick web search shows that there were apparently some issues with 
MacPort's py25-sqlite3 in the not too distant past.  Perhaps your ports 
need to be upgraded? 

$ sudo port selfupdate
or
$ sudo port sync

$ sudo port upgrade installed

-- 
 Ned Deily,
 nad at acm.org




More information about the Python-list mailing list