python-sqlite

Hey gang,

I need python-sqlite to bind python to sqlite db for an application I am deploying but I am getting the dependency error that it needs libsqlite.so.0. Interworx actually comes with libsqlite3.so. but the python rpm still complain that it needs the other. Any ideas?

Im running centOs 4.4 and latest version of interworx.
python is 2.3.4
sqlite-3.3.3-1.2

Thanks!

John,

You can recompile an older libsqllite from source and install it or build the python-sqllite against the newer libsqllite. That’s the only 2 clean options I can think of.

Chris