The parser code currently in CVS won't work "out of the box" with Jython; there are some Jython issues that have to be worked around. In addition, the jythonc compiled version of the parser code has different jythonc issues that have to be worked around differently.
By the way, I plan to include a Java interface so that the parser is callable from a Java program. When I finish my Jython work on the parser, I'll check it in and announce it. For the foreseeable future, it will be text-only, as there seems to be no Java encoder for the Palm image format. If anyone wants to help, extending the current JIU PalmCodec.java class to include an encoder (as well as the current decoder for the Palm Image format) would be the last piece I'd need to complete the image parsing in Java. Bill
