lysdexia <doug.shawhan at gmail.com> writes: > self.wordDB[word] = [self.words.count(word), wordsWeights] what is self.words.count? Could it be an iterator? I don't think you can pickle those.