libxml2-win-binaries icon indicating copy to clipboard operation
libxml2-win-binaries copied to clipboard

libxml2 Windows binaries for lxml

Results 4 libxml2-win-binaries issues
Sort by recently updated
recently updated
newest added

The change will add support for building arm64 version of all of the libraries. As the ARM64 toolchain is only available from VS 2019, I've upgraded all of the compilation...

- libxml2 2.9.10 - libxslt 1.1.34 The other libs are probably still fine. Note that libxml2 2.9.11/12 are non-functional with lxml. 2.9.13 should be ok, once it's released. Thanks!

I just tried to run `py -3.7 setup.py bdist_wheel --static-deps` on Windows 10 machine running the latest python 3.7.0 and I got an error saying that > The object or...

Great job, thanks. I want to build [python binding](https://github.com/mehcode/python-xmlsec) for [xmlsec](https://github.com/lsh123/xmlsec) for both python2.x and python3.x Could you please also add xmlsec and openssl binaries too ? xmlsec source code:...