I have tried to install nagare using the latest version of pypy (1.7)
which comes with stackless features enabled by default
and came across the problem of building the extension
module lxml. It looks like that it is not possible at all for
current version of lxml.
Is it possible to replace the the dependency on lxml
with standard elementree in nagare for the case that
somebody (like me) wanting to run it on pypy?
Regards
Nik
Hello!I have tried to install nagare using the latest version of pypy (1.7)
which comes with stackless features enabled by default
and came across the problem of building the extension
module lxml. It looks like that it is not possible at all for
current version of lxml.
Is it possible to replace the the dependency on lxml
with standard elementree in nagare for the case that
somebody (like me) wanting to run it on pypy?