Message5196

Author Humbie
Recipients Humbie
Date 2009-09-28.12:07:20
SpamBayes Score 7.924218e-08
Marked as misclassified No
Message-id <1254139643.41.0.0133999250602.issue1476@psf.upfronthosting.co.za>
In-reply-to
Content
When trying to UnPickle the attached database.db file, I get a 
NullPointerException in UnPickler's load() method when the found key 
equals INST.
This points to the function load_inst() which in turn points to 
find_class(...,...) where it appears that "dict" is null.
I'm not an experienced Python programmer, I just use the cPickle 
functionality to read from a Python-generated db-file. I have access to 
the code which generates the file, but as I'm not a Python programmer, I 
hardly understand it. Hope that anyone can resolve this issue I'm 
having.
History
Date User Action Args
2009-09-28 12:07:23Humbiesetrecipients: + Humbie
2009-09-28 12:07:23Humbiesetmessageid: <1254139643.41.0.0133999250602.issue1476@psf.upfronthosting.co.za>
2009-09-28 12:07:23Humbielinkissue1476 messages
2009-09-28 12:07:22Humbiecreate