On 08/05/2018, Nikolay Lazarov <nik.s.laza...@gmail.com> wrote:
> Hi,
>
> I have Python3.5 and have to use lxml. Their page
> http://lxml.de/installation.html#requirements says that it requires libxml2
> and libxslt.

Correction, it states:

"""
Unless you are using a static binary distribution (e.g. from a Windows
binary installer), lxml requires libxml2 and libxslt to be
installed...
"""

You are on windows and should be `pip install`-ing the binary package.

See the Python documentation on installing packages:

<https://packaging.python.org/tutorials/installing-packages/>

Also the python package index page for lxml:

<https://pypi.org/project/lxml/>

Also note that lxml is a separate project and has its own mailing list
which is likely a better forum for this kind of question:

<https://mailman-mail5.webfaction.com/listinfo/lxml>

Martin
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to