-> have any of you successfully compiled a program that imports xml.sax ?
-> i couldn't get the xml module to be created even when I use --deep switch on
-> jythonc
Yes, I did. It was no fun, though; I'm almost glad to hear that someone
else is having problems ;).
In the end, I had to do two things:
* unpack and repack xerces.jar (I'm using Xerces-J 1 from xml.apache.org);
* include sax2.jar
I do not understand why either of these things was necessary, since
things worked fine with the interpreter when I simply put xerces.jar
in jre/lib/ext. *shrug*
The package is GPL, and you can get the dist Makefile & JARs from CVS
on Sourceforge. Check out http://familjewels.sourceforge.net/.
cheers,
--titus
|