[Python-Dev] test failures on Debian unstable

Martin v. Loewis martin@v.loewis.de
24 Nov 2002 09:29:35 +0100


Neil Schemenauer <nas@python.ca> writes:

> test test_anydbm crashed -- exceptions.AttributeError: 'module'
> object has no attribute 'error'

Part of the problem is that _bsddb is not built on Debian, see #590377.

The other part is that the packages stays around after the module is
gone; this is fixed now.

Regards,
Martin