New submission from Jacques Lemire <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue4158> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com