marshal module in jython does not marshal code!

Skip Montanaro skip at pobox.com
Wed Aug 28 13:02:10 EDT 2002


    Andre>  Traceback (innermost last):
    Andre>    File "<console>", line 1, in ?
    Andre>    File "e:\jython-2.1\Lib\marshal.py", line 303, in dump
    Andre>    File "e:\jython-2.1\Lib\marshal.py", line 40, in dump
    Andre>  KeyError: <jclass org.python.core.PyTableCode at 7017771>

    Andre> doesn't the marshal module in jython support marshalling code?

The marshal module will only marshal Python bytecodes.

-- 
Skip Montanaro
skip at pobox.com
consulting: http://manatee.mojam.com/~skip/resume.html




More information about the Python-list mailing list