Python 2.5 and sqlite

"Martin v. Löwis" martin at v.loewis.de
Tue Nov 11 15:40:44 EST 2008


> That's not what I meant: the question is, do you need SQLite /after/ 
> you've built from source or if you install the Python binary.

Depends on how you built SQLite on your system. If it was a static
library, you won't need it - if it is a shared library, you certainly
need the shared library at run-time.

Regards,
Martin



More information about the Python-list mailing list