On Tue, May 18, 2010 at 5:38 AM, Peng Yu <[email protected]> wrote: > On May 17, 6:38 pm, [email protected] (Aahz) wrote: >> In article <[email protected]>, >> Peng Yu <[email protected]> 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 -- http://mail.python.org/mailman/listinfo/python-list
