help error : Failed to build these modules: _dbm

Kushal Kumaran kushal.kumaran+python at gmail.com
Sun May 2 07:08:28 EDT 2010


On Sun, May 2, 2010 at 3:30 PM, michel parker <michelparker at live.com> wrote:
> Hi,
> When i make python 3.1 on my ubuntu 9.10 i get following error :
>
> Failed to build these modules:
> _dbm
> Please help me.
> I have done :
>
> apt-get build-dep python2.5
>
> but to no avail.
> Cheers
>
>

Probably the packages libdb4.7-dev (if you want berkeley db) or
libgdbm-dev (if you want gnu dbm).

ISTR there was a thread about this just a couple of days ago.

-- 
regards,
kushal



More information about the Python-list mailing list