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
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev