Roundup Tracker - Issues

Message216

Author abrandl
Recipients
Date 2002-05-21.18:15:12
Message-id
In-reply-to
Logged In: YES 
user_id=540690

Sorry for the delay - had to set up another machine, since 
I've upgraded to python 2.2 (and really _do_ enjoy working
with roundup ever since).

I've found the bug on a SuSE Linux 7.2 machine with
Python 2.1.1 installed. I've tested with roundup 0.4.1 (sorry,
not the most recent cvs version). The errors all follow the
same scheme:

======================================================================
ERROR: testA_Status (test.test_schema.SchemaTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_schema.py", line 42, in setUp
    class Database(anydbm.Database):
AttributeError: 'anydbm' module has no attribute 'Database'

HTH, Albert
History
Date User Action Args
2009-02-03 14:20:01adminlinkissue554411 messages
2009-02-03 14:20:01admincreate