[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-listchanges gets: ImportError: No module named _bsddb



Hi Ed,

El dom, 19-06-2005 a las 18:54 -0400, Ed Tomlinson escribió:
> Hi,
> 
> This ring bells with anyone?
> 
> Fetched 54.8kB in 0s (76.1kB/s)
> Traceback (most recent call last):
>   File "/usr/bin/apt-listchanges", line 218, in ?
>     main()
>   File "/usr/bin/apt-listchanges", line 71, in main
>     seen = anydbm.open(config.save_seen, 'c')
>   File "/usr/lib/python2.3/anydbm.py", line 82, in open
>     mod = __import__(result)
>   File "/usr/lib/python2.3/dbhash.py", line 5, in ?
>     import bsddb
>   File "/usr/lib/python2.3/bsddb/__init__.py", line 40, in ?
>     import _bsddb
> ImportError: No module named _bsddb

That file is found in package python2.3, at least since version 2.3.5-2,
which I have installed.

I guess importing it works here:
$ python
Python 2.3.5 (#2, Mar 27 2005, 09:43:31)
[GCC 3.3.5 (Debian 1:3.3.5-12)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import bsddb
>>>

Unfortunately I don't know how to diagnose python library errors, so
make sure you have the latest version of that package installed.

Greetings,
-- 
Javier Kohen <jkohen@users.sourceforge.net>
ICQ: blashyrkh #2361802
Jabber: jkohen@jabber.org

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: