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 alexganwd
Recipients alexganwd, berker.peksag, brett.cannon, dpatino
Date 2014-07-11.11:02:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405076572.12.0.491382456602.issue21950@psf.upfronthosting.co.za>
In-reply-to
Content
I've downloaded UBUNTU 12.04. I've compiled python3 and I got the same error.

Seleccionando el paquete sqlite3 previamente no seleccionado.
Desempaquetando sqlite3 (de .../sqlite3_3.7.9-2ubuntu1.1_i386.deb) ...
Procesando disparadores para man-db ...
Configurando libsqlite3-dev (3.7.9-2ubuntu1.1) ...
Configurando sqlite3 (3.7.9-2ubuntu1.1) ...
ubuntu@ubuntu:~$ python3.4 -c "import sqlite3"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib/python3.4/sqlite3/__init__.py", line 23, in <module>
    from sqlite3.dbapi2 import *
  File "/usr/local/lib/python3.4/sqlite3/dbapi2.py", line 26, in <module>
    from _sqlite3 import *
ImportError: No module named '_sqlite3'
History
Date User Action Args
2014-07-11 11:02:52alexganwdsetrecipients: + alexganwd, brett.cannon, berker.peksag, dpatino
2014-07-11 11:02:52alexganwdsetmessageid: <1405076572.12.0.491382456602.issue21950@psf.upfronthosting.co.za>
2014-07-11 11:02:52alexganwdlinkissue21950 messages
2014-07-11 11:02:51alexganwdcreate