Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed20.multikabel.net!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'compiler': 0.07; 'suggestions,': 0.07; 'setup.py': 0.09; 'x86': 0.09; 'output': 0.10; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'msvc': 0.16; 'url:pastebin': 0.16; 'received:209.85.210.174': 0.21; 'received:mail- iy0-f174.google.com': 0.21; "doesn't": 0.22; 'header:In-Reply- To:1': 0.22; 'message-id:@mail.gmail.com': 0.29; 'environment': 0.30; 'error': 0.30; 'thanks': 0.32; 'me?': 0.32; 'modules': 0.32; 'there': 0.33; 'tools.': 0.34; 'setting': 0.34; 'to:addr:python- list': 0.35; 'install': 0.35; 'received:google.com': 0.37; 'using': 0.37; 'subject:with': 0.37; 'received:209.85': 0.38; 'files': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'studio': 0.63; 'ever': 0.64; 'taylor': 0.67 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 :content-type; bh=Fo1c0l5pWSr6zqzV3+gpbYlv2nSqM2oFc/rP8bpDCTo=; b=LPmC9I1JIbwdH89J5JBDRaFd0rku3lpifyPzy9s6nvqPxsMY08XI/RKjskBR5sY6kg nwK1BakezMacossjd0fCpJ0pbs4mK5pnqjHpmFu1H2/ys5ptrX5Lo4tmoB+gdzYxFgr5 +nJeteFdBcBlSd7V2SXFnIolYrVCSPBWCG+TU= MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 6 Feb 2012 01:40:31 +1100 Subject: PyCrypto builds neither with MSVC nor MinGW From: Alec Taylor To: "comp.lang.python" Content-Type: text/plain; charset=ISO-8859-1 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1328452841 news.xs4all.nl 6847 [2001:888:2000:d::a6]:53673 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19868 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 Output from G:\pycrypto>vcvarsall.bat Setting environment for using Microsoft Visual Studio 2010 x86 tools. Error output from G:\pycrypto>python setup.py build --compiler msvc http://pastebin.com/nBsuXDGg Error output from G:\pycrypto>python setup.py build --compiler mingw32 1> log1 2> log2 Log1: http://pastebin.com/yG3cbdZv Log2: http://pastebin.com/qvnshPeh Will there ever be support for newer MSVC versions? - Also, why doesn't even MinGW install PyCrypto for me? Thanks for all suggestions, Alec Taylor