[New-bugs-announce] [issue4158] import of sqlite3 fails

Jacques Lemire report at bugs.python.org
Tue Oct 21 16:36:27 CEST 2008


New submission from Jacques Lemire <jaclemire at gmail.com>:

This is a dump of the error:

Python 3.0rc1 (r30rc1:66499, Oct  6 2008, 12:44:02) 
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information. 

>>> import sqlite3
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/devp/altBIN/Python3r/lib/python3.0/sqlite3/__init__.py",
line 24, in <module>
    from sqlite3.dbapi2 import *
  File "/home/devp/altBIN/Python3r/lib/python3.0/sqlite3/dbapi2.py",
line 27, in <module>
    from _sqlite3 import *
ImportError: No module named _sqlite3

----------
components: Library (Lib)
messages: 75027
nosy: jlp
severity: normal
status: open
title: import of sqlite3 fails
type: crash
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4158>
_______________________________________


More information about the New-bugs-announce mailing list