Title: Re: [Ironpython-users] SAXReaderNotAvailable: No parsers found
I copied xml\sax\expatreader.py from cpython to ipython lib and ods lib works
If it's using the generic SAX parser it shouldn't be trying to use expat, but I think that workaround was only added in 2.7.4. T
If it's using the generic SAX parser it shouldn't be trying to use expat,
but I think that workaround was only added in 2.7.4. Try using a newer
version of IronPython and see if that helps.
- Jeff
On Tue, Jul 15, 2014 at 3:08 PM, Slide wrote:
> I believe that tries to use expat under the cover
I believe that tries to use expat under the covers and IronPython doesn't
support expat. It's a native module in CPython, and there is no
implementation in IronPython. You can try the implementation from FePy, but
it is very old, so it may not run out of the box, you may need to modify it
to get it
Hi I try use simple ods py
http://simple-odspy.sourceforge.net/?q=node/9 and get
xml.sax._exceptions.SAXReaderNotAvailable: No parsers found
Traceback (most recent call last): File
"\IronPython-2.7.3\lib\site-packages\odf\opendocument.py", line 615,
in load File "\IronPython-2.7.3\lib\site-package