[pypy-dev] ImportError: No module named _sqlite3

Arnd Rechenburg Arnd.Rechenburg at tomtom.com
Tue Dec 21 09:18:47 CET 2010


Hi,

 

I saw my mistake already by myself.

 

Regards,

Arnd

________________________________

From: Arnd Rechenburg 
Sent: Montag, 20. Dezember 2010 19:16
To: 'pypy-dev at codespeak.net'
Subject: ImportError: No module named _sqlite3

 

Hi,

 

I tried to use sqlite3 with pypy but I got the following error:

 

>>>> import sqlite

Traceback (most recent call last):

  File "<console>", line 1, in <module>

ImportError: No module named sqlite

>>>> import sqlite3

Traceback (most recent call last):

  File "<console>", line 1, in <module>

  File "sqlite3/__init__.py", line 24, in <module>

    from dbapi2 import *

  File "sqlite3/dbapi2.py", line 27, in <module>

    from _sqlite3 import *

ImportError: No module named _sqlite3

 

Someone knows where to put the _sqlite3.so library?

 

Any help would be appreciated.

 

Thx in advance,

Arnd Rechenburg

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20101221/e9e062c6/attachment.html>


More information about the Pypy-dev mailing list