Re: Building python with sqlite3

2009-02-18 Thread Justin Li
On Feb 18, 6:29 pm, Justin Li wrote: > On Feb 18, 5:13 pm, Christian Heimes wrote: > > > Justin Li schrieb: > > > > I'm building and installing Ptyhon 2.6.1 on Linux. After configure, > > > make, make install, to importsqlite3leads to ImportError. It looks > > > like I have to build Python with s

Re: Building python with sqlite3

2009-02-18 Thread Justin Li
On Feb 18, 5:13 pm, Christian Heimes wrote: > Justin Li schrieb: > > > I'm building and installing Ptyhon 2.6.1 on Linux. After configure, > > make, make install, to import sqlite3 leads to ImportError. It looks > > like I have to build Python with sqlite. I have sqlite3 installed on > > my system

Re: Building python with sqlite3

2009-02-18 Thread Christian Heimes
Justin Li schrieb: > I'm building and installing Ptyhon 2.6.1 on Linux. After configure, > make, make install, to import sqlite3 leads to ImportError. It looks > like I have to build Python with sqlite. I have sqlite3 installed on > my system. How should I build Python with it? I did not find any >

Building python with sqlite3

2009-02-18 Thread Justin Li
I'm building and installing Ptyhon 2.6.1 on Linux. After configure, make, make install, to import sqlite3 leads to ImportError. It looks like I have to build Python with sqlite. I have sqlite3 installed on my system. How should I build Python with it? I did not find any options relating with sqlit