Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19873 > unrolled thread
| Started by | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| First post | 2012-02-06 03:42 +1100 |
| Last post | 2012-02-05 16:55 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: PyCrypto builds neither with MSVC nor MinGW Alec Taylor <alec.taylor6@gmail.com> - 2012-02-06 03:42 +1100
Re: PyCrypto builds neither with MSVC nor MinGW Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-02-05 16:55 +0000
| From | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| Date | 2012-02-06 03:42 +1100 |
| Subject | Re: PyCrypto builds neither with MSVC nor MinGW |
| Message-ID | <mailman.5452.1328460134.27778.python-list@python.org> |
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? On Mon, Feb 6, 2012 at 2:23 AM, Christian Heimes <lists@cheimes.de> wrote: > Am 05.02.2012 15:40, schrieb Alec Taylor: >> PIL, PyCrypto and many other modules require a C compiler and linker. >> >> Unfortunately neither install on my computer, with a PATH with the following: >> >> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC >> C:\libraries\MinGW\msys\1.0\bin >> C:\libraries\MinGW >> C:\Python27\Scripts > > MSVC 10 is not supported, you need VC 9 (2008). > > Christian > > -- > http://mail.python.org/mailman/listinfo/python-list
[toc] | [next] | [standalone]
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2012-02-05 16:55 +0000 |
| Message-ID | <4f2eb498$0$29965$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #19873 |
On Mon, 06 Feb 2012 03:42:08 +1100, Alec Taylor wrote: > A 4 year old compiler? Compilers aren't like milk. They don't go off after a few weeks. A good compiler/operating system combination should still be usable after 4 or 14 years. The compiler I'm using is six years old, and I expect that it will continue to get patches and upgrades without breaking backwards compatibility for the next six years. > 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 volunteering to provide that support? I'm sure it would be appreciated. P.S. Please don't top-post. > On Mon, Feb 6, 2012 at 2:23 AM, Christian Heimes <lists@cheimes.de> > wrote: >> Am 05.02.2012 15:40, schrieb Alec Taylor: >>> PIL, PyCrypto and many other modules require a C compiler and linker. >>> >>> Unfortunately neither install on my computer, with a PATH with the >>> following: >>> >>> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC >>> C:\libraries\MinGW\msys\1.0\bin >>> C:\libraries\MinGW >>> C:\Python27\Scripts >> >> MSVC 10 is not supported, you need VC 9 (2008). >> >> Christian -- Steven
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web