Hello,

I would like to use sqlite3 from a python script so I installed the following packages (in 12.09/ar71xx):
python_2.7.3-1_ar71xx.ipk
python-sqlite3_2.7.3-1_ar71xx.ipk
However when I try to import the sqlite3 module in python I get the error that _sqlite3.so is missing. This library is not present in the filesystem.
Searching the internet I found that the package python-sqlite is not mantained anymore, so how can I use the sqlite3 module in python?

Thanks.