pythonlxmlpypypyquery

How can I build pyquery for pypy?


I'm trying to use pyquery with pypy but it depends on lxml2, which won't build under pypy. I know there's a lxml2 build that is meant to be used with pypy but I don't know how to make pyquery use that instead of the usual one.


Solution

  • Pypy 5.0 and lxml 3.6 are designed to work well with each other.