Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19881
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: PyCrypto builds neither with MSVC nor MinGW |
| Date | 2012-02-05 18:23 -0500 |
| References | <CAO+9iGc2mNLuBEm6S4jyrOJi8=6ardnHsewwBY=SswKbCiMskw@mail.gmail.com> <CAO+9iGfm9r=EFstGkS-jDduDzXDsFVYb1pPTGXT4rAbXY5RVfw@mail.gmail.com> <jgm6ti$g8g$1@dough.gmane.org> <CAO+9iGez2aaNR22PUKftWEjgiyRLGxAi+gM=-Op6W5746iY22w@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5460.1328484216.27778.python-list@python.org> (permalink) |
On Mon, 6 Feb 2012 03:42:08 +1100, Alec Taylor <alec.taylor6@gmail.com>
wrote:
>A 4 year old compiler?
>
>I also have MSVC11 installed. Can the python project add support for
>that so that we aren't waiting 5 years between compiler support?
>
Are you willing to buy compilers for all those folks providing
pre-built Windows binaries for Python extensions? Most times, those
extensions have to use the very same C-runtime as was used in the main
program build to ensure API compatibility (changes in I/O control blocks
is one danger).
There was much moaning when Python moved away from VC 6; pretty much
forced to move as a download for VC 6 was no longer available.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: PyCrypto builds neither with MSVC nor MinGW Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-02-05 18:23 -0500
csiph-web