[Ironpython-users] SAXReaderNotAvailable: No parsers found

Slide slide.o.mix at gmail.com
Tue Jul 15 16:08:31 CEST 2014


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 to work (and it doesn't implement everything in pyexpat).


On Tue, Jul 15, 2014 at 6:47 AM, <ecinunice at gmail.com> wrote:

> 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-packages\odf\odfmanifest.py",
> line 93, in manifestlist File "<string>", line 1, in <module> File
> "\IronPython-2.7.3\lib\site-packages\simpleodspy\sodsods.py", line
> 158, in load File "\IronPython-2.7.3\Lib\xml\sax\__init__.py", line
> 93, in make_parser xml.sax._exceptions.SAXReaderNotAvailable: No
> parsers found
>
> Is there any workaround? Can i use
> http://ironpython.codeplex.com/workitem/20023 ?
>
> _______________________________________________
> Ironpython-users mailing list
> Ironpython-users at python.org
> https://mail.python.org/mailman/listinfo/ironpython-users
>



-- 
Website: http://earl-of-code.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20140715/f3a6a5f6/attachment.html>


More information about the Ironpython-users mailing list