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: 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: References: Date: Mon, 6 Feb 2012 03:42:08 +1100 Subject: Re: PyCrypto builds neither with MSVC nor MinGW From: Alec Taylor To: Christian Heimes 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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 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