Problem with installing sqlite3 module for python 2.6 in ubuntu system

Posted by Hoang on Super User See other posts from Super User or by Hoang
Published on 2010-03-20T18:33:59Z Indexed on 2010/03/20 18:41 UTC
Read the original article Hit count: 346

Filed under:
|
|
|

Hi, I need to run sqlite3 module on python 2.6 in ubuntu system. How do I install this module for Python 2.6?

Somehow I don't have this module, it raises the error:

import sqlite3 Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.6/sqlite3/init.py", line 24, in from dbapi2 import * File "/usr/local/lib/python2.6/sqlite3/dbapi2.py", line 27, in from _sqlite3 import * ImportError: No module named _sqlite3

© Super User or respective owner

Related posts about python

Related posts about ubuntu