2013/2/20 Joe Hillenbrand <joehil...@gmail.com>

> What is the recommended HTML parser to run in PyPy?
>
> The typical goto for Python is lxml, but of course that doesn't work with
> PyPy.
>

This is not true anymore. There has been a lot of work on both sides to
make lxml work with PyPy.
You should try with latest versions.

In addition, there is a port of lxml that does not use Cython nor the C API:
   https://github.com/amauryfa/lxml/tree/lxml-cffi
most of the tests are passing (except objectify), but "setup.py install"
does not work yet.
It works from the source tree, though.

-- 
Amaury Forgeot d'Arc
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to