python sqlite fails

Posted by lakshmipathi on Stack Overflow See other posts from Stack Overflow or by lakshmipathi
Published on 2010-04-13T13:17:04Z Indexed on 2010/04/13 13:22 UTC
Read the original article Hit count: 322

Filed under:
|

My program uses sqlite3 plus python. It works fine with python 2.6.2 I moved it another machine and installed 2.6.4 and running the program gave me this error

File "", line 1, in

File "/opt/python-2.6.4/lib/python2.6/sqlite3/init.py", line 24, in

from dbapi2 import *

File "/opt/python-2.6.4/lib/python2.6/sqlite3/dbapi2.py", line 27, in

from _sqlite3 import *

ImportError: No module named _sqlite3

© Stack Overflow or respective owner

Related posts about python

Related posts about sqlite3