On Sun, 2 Mar 2008 15:06:17 +0100 Preben Randhol <randhol+valid_for_reply_from_news at pvv.org> wrote: > class dbase(list): Sorry the definition of the class is: class dbase(object): it doesn't derive from the list class. Preben