Re: Installing Python 3.1.2 from source, how do you resolve the sqlite3-dev dependency?

2010-06-16 Thread Philip Semanchuk
On Jun 16, 2010, at 1:29 PM, Trevor wrote: Running ubuntu 9.04 "jaunty". When I run make I get the following error: Python build finished, but the necessary bits to build these modules were not found: _sqlite3 So the easy solution is to just install the missing dependency using apt-ge

Re: Installing Python 3.1.2 from source, how do you resolve the sqlite3-dev dependency?

2010-06-16 Thread Thomas Jollans
On 06/16/2010 07:29 PM, Trevor wrote: > Running ubuntu 9.04 "jaunty". > > When I run make I get the following error: > > Python build finished, but the necessary bits to build these > modules were not found: > _sqlite3 > > > So the easy solution is to just install the missing dependency

Re: Installing Python 3.1.2 from source, how do you resolve the sqlite3-dev dependency?

2010-06-16 Thread Benjamin Kaplan
On Wed, Jun 16, 2010 at 10:29 AM, Trevor wrote: > Running ubuntu 9.04 "jaunty". > > When I run make I get the following error: > >    Python build finished, but the necessary bits to build these > modules were not found: >    _sqlite3 > > > So the easy solution is to just install the missing depen

Installing Python 3.1.2 from source, how do you resolve the sqlite3-dev dependency?

2010-06-16 Thread Trevor
Running ubuntu 9.04 "jaunty". When I run make I get the following error: Python build finished, but the necessary bits to build these modules were not found: _sqlite3 So the easy solution is to just install the missing dependency using apt-get, "sudo apt-get -f install libsqlite3-dev" b