Javier, looks like its a problem with python2.3 2.3.5-5 reverting to -4 fixes the messages.
Thanks Ed On Sunday 19 June 2005 19:16, Javier Kohen wrote: > 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,

