Message161

Author bckfnn
Recipients
Date 2000-11-18.19:35:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It looks like the JPython cPickle does not handle packages.  Suppose I pickle an
object of class w.x.y.z . On unpickling the following exception is thrown:

AttributeError: module 'w' has no attribute 'z'

This exception is thrown even if Cpython pickles the object and even if the
object is pickled and unpickled in the same session
History
Date User Action Args
2008-02-20 17:16:43adminlinkissue222855 messages
2008-02-20 17:16:43admincreate