David added the comment: 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. ---------- nosy: +dpatino _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue21950> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com