This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jlp
Recipients jlp
Date 2008-10-21.14:36:25
SpamBayes Score 2.4504171e-08
Marked as misclassified No
Message-id <1224599787.4.0.032538793853.issue4158@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-10-21 14:36:27jlpsetrecipients: + jlp
2008-10-21 14:36:27jlpsetmessageid: <1224599787.4.0.032538793853.issue4158@psf.upfronthosting.co.za>
2008-10-21 14:36:26jlplinkissue4158 messages
2008-10-21 14:36:25jlpcreate