2013/2/20 Joe Hillenbrand <span dir="ltr"><<a href="mailto:joehillen@gmail.com" target="_blank">joehillen@gmail.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What is the recommended HTML parser to run in PyPy?<br><br>The typical goto for Python is lxml, but of course that doesn't work with PyPy.<br></blockquote><div><br></div><div>This is not true anymore. There has been a lot of work on both sides to make lxml work with PyPy.</div>
<div>You should try with latest versions.</div><div><br></div><div>In addition, there is a port of lxml that does not use Cython nor the C API:</div><div>   <a href="https://github.com/amauryfa/lxml/tree/lxml-cffi">https://github.com/amauryfa/lxml/tree/lxml-cffi</a></div>
<div>most of the tests are passing (except objectify), but "setup.py install" does not work yet.</div><div>It works from the source tree, though.</div></div><div><br></div>-- <br>Amaury Forgeot d'Arc