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 dpatino
Recipients alexganwd, berker.peksag, brett.cannon, dpatino
Date 2014-07-11.09:13:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405069987.96.0.990885056254.issue21950@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, I've the same problem. 
I've already tested (from source, Python-3.4.1.tgz) under OpenSUSE 12.3 and Debian 7.5 with the same issue. I've compiled it in standard way (./configure; make; make install) although the output (error) is the same, after import sqlite3:

#python3 -c "import sqlite3"

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.4/sqlite3/__init__.py", line 23, in <module>
    from sqlite3.dbapi2 import *
  File "/usr/lib/python3.4/sqlite3/dbapi2.py", line 26, in <module>
    from _sqlite3 import *
ImportError: No module named '_sqlite3'

However, if I install it using specific distro packages it works properly.
History
Date User Action Args
2014-07-11 09:13:08dpatinosetrecipients: + dpatino, brett.cannon, berker.peksag, alexganwd
2014-07-11 09:13:07dpatinosetmessageid: <1405069987.96.0.990885056254.issue21950@psf.upfronthosting.co.za>
2014-07-11 09:13:07dpatinolinkissue21950 messages
2014-07-11 09:13:07dpatinocreate