<div dir="ltr">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.<div><br></div>
<div>- Jeff</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 15, 2014 at 3:08 PM, Slide <span dir="ltr"><<a href="mailto:slide.o.mix@gmail.com" target="_blank">slide.o.mix@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">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).</div>

<div class="gmail_extra"><div><div class="h5"><br><br><div class="gmail_quote">On Tue, Jul 15, 2014 at 6:47 AM,  <span dir="ltr"><<a href="mailto:ecinunice@gmail.com" target="_blank">ecinunice@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi I try use simple ods py<br>
<a href="http://simple-odspy.sourceforge.net/?q=node/9" target="_blank">http://simple-odspy.sourceforge.net/?q=node/9</a> and get<br>
xml.sax._exceptions.SAXReaderNotAvailable: No parsers found<br>
<br>
Traceback (most recent call last): File<br>
"\IronPython-2.7.3\lib\site-packages\odf\opendocument.py", line 615,<br>
in load File "\IronPython-2.7.3\lib\site-packages\odf\odfmanifest.py",<br>
line 93, in manifestlist File "<string>", line 1, in <module> File<br>
"\IronPython-2.7.3\lib\site-packages\simpleodspy\sodsods.py", line<br>
158, in load File "\IronPython-2.7.3\Lib\xml\sax\__init__.py", line<br>
93, in make_parser xml.sax._exceptions.SAXReaderNotAvailable: No<br>
parsers found<br>
<br>
Is there any workaround? Can i use<br>
<a href="http://ironpython.codeplex.com/workitem/20023" target="_blank">http://ironpython.codeplex.com/workitem/20023</a> ?<br>
<br>
_______________________________________________<br>
Ironpython-users mailing list<br>
<a href="mailto:Ironpython-users@python.org" target="_blank">Ironpython-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">https://mail.python.org/mailman/listinfo/ironpython-users</a><br>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br>Website: <a href="http://earl-of-code.com" target="_blank">http://earl-of-code.com</a>
</font></span></div>
<br>_______________________________________________<br>
Ironpython-users mailing list<br>
<a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">https://mail.python.org/mailman/listinfo/ironpython-users</a><br>
<br></blockquote></div><br></div>