serialize object in jython, read into python

Fredrik Lundh fredrik at pythonware.com
Thu Dec 22 16:47:48 EST 2005


"Noah" <noah at noah.org> wrote:

> > Thanks for the help in advance.
>
> You can give up on pickle, because pickle is only guaranteed
> to work with the exact same version of the Python interpreter.

nope.

maybe you're thinking of marshalled bytecode, but I don't think
that's what the OP was talking about.

</F>






More information about the Python-list mailing list