On Thu, Sep 27, 2001 at 06:42:55AM -0700, R Datta wrote:
| I need to install pyXML but cant, because setup.py asks for distutils, and
| jython 2.1 doesn't seem to have it. the Distutil page says that it has been
| part of the distribution since 1.6 .... what gives?
I don't think you can install pyXML anyways, because at least on the
systems I've installed it on it requires expat (a C XML parsing
library).
Hopefully someone will prove me wrong though.
In any case, there are Java implementations of XML parsers that can be
used. Perhaps someone will wrap a java implementation to conform to
the pyXML interface.
-D
|