lysdexia <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list
lysdexia <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list