[pypy-dev] HTML Parser?

Maciej Fijalkowski fijall at gmail.com
Wed Feb 20 19:07:23 CET 2013


On Wed, Feb 20, 2013 at 8:02 PM, Amaury Forgeot d'Arc
<amauryfa at gmail.com> wrote:
> 2013/2/20 Joe Hillenbrand <joehillen at 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 at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>

Is it working on released cffi or on cffi that's in-development or you
need patches?


More information about the pypy-dev mailing list