Comment 1 for bug 887861

Revision history for this message
Conscious User (conscioususer) wrote :

That's strange, the "unhashable type" is usually followed by which type it refers to. For example

TypeError: unhashable type: 'dict'

or

TypeError: unhashable type: 'list'

Can you give some steps to reproduce this error?