Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19873
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <alec.taylor6@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'compiler': 0.07; 'installed.': 0.07; 'python': 0.08; 'supported,': 0.09; 'am,': 0.12; 'compiler?': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'msvc': 0.16; 'support?': 0.16; 'cc:addr:python-list': 0.16; 'mon,': 0.16; 'wrote:': 0.18; 'cc:no real name:2**0': 0.21; "aren't": 0.21; 'received:209.85.210.174': 0.21; 'received:mail-iy0-f174.google.com': 0.21; 'header:In-Reply- To:1': 0.22; 'feb': 0.22; 'cc:2**0': 0.26; 'url:mailman': 0.27; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.29; 'url:listinfo': 0.32; 'modules': 0.32; 'project': 0.35; 'url:python': 0.35; 'install': 0.35; 'received:google.com': 0.37; 'subject:with': 0.37; 'received:209.85': 0.38; 'files': 0.39; 'url:org': 0.39; 'received:209': 0.39; 'studio': 0.63 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vdCQgMxHca+Afm6AXICLgjP+RMROdBMElMtonlfI5VY=; b=PDk8q8ppGVqJQuMin8fq0BrqcDktjxfx2j+iUHlxmK20xubzeeLJvBHrPDfRDPoM1/ FnHOaU/M3zCxkr5RDSUNqiZxL6XvGMyRFH+gK3oUOB9SBemzymEpK4QpP2SpUAllaYDS yM6d7VYt4ArhcAyaIKzmGYYzsYOi2JB7qXk6Y= |
| MIME-Version | 1.0 |
| In-Reply-To | <jgm6ti$g8g$1@dough.gmane.org> |
| References | <CAO+9iGc2mNLuBEm6S4jyrOJi8=6ardnHsewwBY=SswKbCiMskw@mail.gmail.com> <CAO+9iGfm9r=EFstGkS-jDduDzXDsFVYb1pPTGXT4rAbXY5RVfw@mail.gmail.com> <jgm6ti$g8g$1@dough.gmane.org> |
| Date | Mon, 6 Feb 2012 03:42:08 +1100 |
| Subject | Re: PyCrypto builds neither with MSVC nor MinGW |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| To | Christian Heimes <lists@cheimes.de> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5452.1328460134.27778.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1328460134 news.xs4all.nl 6847 [2001:888:2000:d::a6]:55295 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:19873 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
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
csiph-web