On 13 Dec 2009 17:57:47 GMT mattia <ger...@gmail.com> wrote:

> Using set does'n work (i.e. the python interpreter tells me:
> TypeError: unhashable type: 'list')...

Convert the lists to tuples before adding them. Tuples are hashable.

/W

-- 
INVALID? DE!

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to