> > I have an unhashable type list. > Try replacing the list with a tuple. Also, read up on immutable v mutable types and dictionary keys for a bit of background on why a list won't work.
Skip > -- https://mail.python.org/mailman/listinfo/python-list