> 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