Re: [lxml] lxml Digest, Vol 90, Issue 9

yes, appveyor now provides python3.7. It's not true that everyone hates Windows.. lxml certainly doesn't ;)
On Wed, Jul 25, 2018 at 1:00 PM lxml-request@lxml.de wrote:
Send lxml mailing list submissions to lxml@lxml.de
To subscribe or unsubscribe via the World Wide Web, visit https://mailman-mail5.webfaction.com/listinfo/lxml or, via email, send a message with subject or body 'help' to lxml-request@lxml.de
You can reach the person managing the list at lxml-owner@lxml.de
When replying, please edit your Subject line so it is more specific than "Re: Contents of lxml digest..."
Today's Topics:
- why no wheel for win python 37? (Filip Kucharczyk)
- Re: why no wheel for win python 37? (Stefan Behnel)
Message: 1 Date: Tue, 24 Jul 2018 18:48:44 +0200 From: Filip Kucharczyk fil.kucharczyk@gmail.com To: "lxml@lxml.de" lxml@lxml.de Subject: [lxml] why no wheel for win python 37? Message-ID: < CADtLFZfGXr_EJB6qC8F+_4+kd60w_8aqod41L13-kaW+ikCvqw@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
Hi,
I know everyone hates windows but where is there no compiled wheel file for windows for python 37? I have python 37 and compiling lxml does not work on my machine. It just took my one day to figure out why lxml is installed just fine on a machine with python 365 and not on my pc.
so: please tell me: why is there no wheel file lxml-4.2.3-cp37-cp37m-win_amd64.whl?
Kind regards, Filip

Today I tried to compile lxml wheels on a local Windows 10 machine running python 3.7 and the latest Visual Studio 2017 build tools installed.
I encountered this issue while attempting to bdsit_wheel with --static-deps option
https://github.com/mhils/libxml2-win-binaries/issues/15
"The object or library file 'libs\iconv-1.14.win64\lib\iconv_a.lib' was created with an older compiler than other objects; rebuild old objects and libraries"
I'm not 100% sure, but I think the latest python 3.7 on Windows (the installer from python.org) is compiled with Visual Studio 2017. Therefore I think that also the static libraries (libxml2, etc.) should be rebuilt with the same compiler, correct?
I hope somebody with better understanding of appveyor, visual studio or powershell could give me a hand here, where I attempt to update the build setup to compile libxml2 using the latest visual studio toolchain: https://github.com/mhils/libxml2-win-binaries/pull/16
Thank you!
Cosimo
On Wed, Jul 25, 2018 at 1:04 PM Cosimo Lupo cosimo@anthrotype.com wrote:
yes, appveyor now provides python3.7. It's not true that everyone hates Windows.. lxml certainly doesn't ;)
On Wed, Jul 25, 2018 at 1:00 PM lxml-request@lxml.de wrote:
Send lxml mailing list submissions to lxml@lxml.de
To subscribe or unsubscribe via the World Wide Web, visit https://mailman-mail5.webfaction.com/listinfo/lxml or, via email, send a message with subject or body 'help' to lxml-request@lxml.de
You can reach the person managing the list at lxml-owner@lxml.de
When replying, please edit your Subject line so it is more specific than "Re: Contents of lxml digest..."
Today's Topics:
- why no wheel for win python 37? (Filip Kucharczyk)
- Re: why no wheel for win python 37? (Stefan Behnel)
Message: 1 Date: Tue, 24 Jul 2018 18:48:44 +0200 From: Filip Kucharczyk fil.kucharczyk@gmail.com To: "lxml@lxml.de" lxml@lxml.de Subject: [lxml] why no wheel for win python 37? Message-ID: < CADtLFZfGXr_EJB6qC8F+_4+kd60w_8aqod41L13-kaW+ikCvqw@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
Hi,
I know everyone hates windows but where is there no compiled wheel file for windows for python 37? I have python 37 and compiling lxml does not work on my machine. It just took my one day to figure out why lxml is installed just fine on a machine with python 365 and not on my pc.
so: please tell me: why is there no wheel file lxml-4.2.3-cp37-cp37m-win_amd64.whl?
Kind regards, Filip
participants (1)
-
Cosimo Lupo