I must build lxml from source. https://github.com/lxml/lxml
As the file /doc/build.txt says, source code should be provided with pre-compiled .c files. Why I don’t find them? in /src/lxml there are only .pyx files. Where .c files are??
In fact I have the lxml.etree.c missing file during python build command.
Thank you
You misread build.txt. It says
So you need to get “normal release sources” to have the C files pre-compiled, e.g. from
http://pypi.python.org/pypi/lxml. If you check out from git, you need Cython: