Are you opening the file in binary mode ("rb") before doing pickle.load on it?

On 01 Dec 2007 14:13:33 -0800, Paul Rubin
<"http://phr.cx"@nospam.invalid> wrote:
> 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
>



-- 
-David
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to