Can't find _sqlite3.so in lib-dynload

Kushal Kumaran kushal.kumaran+python at gmail.com
Tue May 18 07:10:23 EDT 2010


On Tue, May 18, 2010 at 5:38 AM, Peng Yu <pengyu.ut at gmail.com> wrote:
> On May 17, 6:38 pm, a... at pythoncraft.com (Aahz) wrote:
>> In article <mailman.323.1274135213.32709.python-l... at python.org>,
>> Peng Yu  <pengyu... at gmail.com> wrote:
>>
>>
>>
>> >I compiled python2.6.4 from source. But I can't find _sqlite3.so in
>> >the install directory. I thought that _sqlite3.so should be generated
>> >to the install directory.
>>
>> >Would you please let me know how to fix it?
>>
>> Only if you provide some relevant details.  Such as, what OS?
>>
>> http://www.mikeash.com/getting_answers.html
>
> ubuntu.

Did the build process give a message at the end listing out the
modules it couldn't build?  Was _sqlite3 in that list?

Do you have the sqlite3 dev package installed?  With ubuntu, that's
the libsqlite3-dev package.

-- 
regards,
kushal



More information about the Python-list mailing list