From: Peng Yu on 17 May 2010 18:26 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? -- Regards, Peng
From: Aahz on 17 May 2010 19:38 In article <mailman.323.1274135213.32709.python-list(a)python.org>, Peng Yu <pengyu.ut(a)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 -- Aahz (aahz(a)pythoncraft.com) <*> http://www.pythoncraft.com/ f u cn rd ths, u cn gt a gd jb n nx prgrmmng.
From: Peng Yu on 17 May 2010 20:08 On May 17, 6:38 pm, a...(a)pythoncraft.com (Aahz) wrote: > In article <mailman.323.1274135213.32709.python-l...(a)python.org>, > Peng Yu <pengyu...(a)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.
From: Kushal Kumaran on 18 May 2010 07:10 On Tue, May 18, 2010 at 5:38 AM, Peng Yu <pengyu.ut(a)gmail.com> wrote: > On May 17, 6:38 pm, a...(a)pythoncraft.com (Aahz) wrote: >> In article <mailman.323.1274135213.32709.python-l...(a)python.org>, >> Peng Yu  <pengyu...(a)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
|
Pages: 1 Prev: Encoding troubles Next: pickle unable to load collection |