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
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
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
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