Pickling dictionaries containing dictionaries: failing, recursion-style!
Paul Rubin
http
Sat Dec 1 17:13:33 EST 2007
More information about the Python-list mailing list
Sat Dec 1 17:13:33 EST 2007
- Previous message (by thread): build boost.python tutorial "hello world" without bjam
- Next message (by thread): Pickling dictionaries containing dictionaries: failing, recursion-style!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): build boost.python tutorial "hello world" without bjam
- Next message (by thread): Pickling dictionaries containing dictionaries: failing, recursion-style!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list