Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.042 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; '(c:\\program': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'installed,': 0.16; 'realised': 0.16; 'then:': 0.16; 'x64': 0.16; 'loading': 0.18; 'to:2**1': 0.21; 'received:209.85.210.174': 0.21; 'received:mail-iy0-f174.google.com': 0.21; 'header:In-Reply-To:1': 0.22; 'noticed': 0.26; 'message-id:@mail.gmail.com': 0.29; 'installing': 0.29; "didn't": 0.30; 'components': 0.32; 'tools.': 0.34; 'to:addr:python-list': 0.35; 'copying': 0.35; 'received:google.com': 0.37; 'subject:with': 0.37; 'received:209.85': 0.38; 'doing': 0.38; 'files': 0.39; 'received:209': 0.39; 'setup': 0.40; 'to:addr:python.org': 0.40; 'quick': 0.61; 'studio': 0.63; 'wait,': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=MBiAjTP7w3NtPcrwdBVQmWHbkPY5onEhQcl5rIC3+FQ=; b=SEQ/m0iofHfNCJF6AwTnNv1ZXsYOcd2UjiRXaDs2vTQDETeOmEEmIoddd0af6Zn6VC wcZtpRsj6iUnCKiX/FX0p4O9WMkesJlyAJucCzfVIyQGRcdZqBmK3oT5eA/JjJM1FzvO 986BUDPzbfzzhCyNlPOsdca+nFJvHsPh7kpdNpJjxf1yVds/i3JCjJvVWZacX5Bicv7U K/GbW8Re+QuAjvh0Ozw9sUcATE9NOkmzWt5dzR5QJ20kLd6TGZIRMQe4wy4TOSgW9+8N +qQX3BxmbNQGLfBAwQ47gLQM7uR76uvyjh12HfsE89BZLFHrfaOOzgFrvBEr2JnIEBEQ FZxw== MIME-Version: 1.0 In-Reply-To: References: <35da69c3-edcc-4466-8a0d-70237c88af3b@qv4g2000pbc.googlegroups.com> <13993807.3661.1331611178050.JavaMail.geo-discussion-forums@pbcgf10> Date: Wed, 14 Mar 2012 20:47:52 +1100 Subject: Re: PyCrypto builds neither with MSVC nor MinGW From: Alec Taylor To: Case Van Horsen , "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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331718474 news.xs4all.nl 6961 [2001:888:2000:d::a6]:33888 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21590 Oh wait, just realised it was loading the (x86) tools. Doing a quick search I noticed that I didn't have the x64 components installed, so loading up the MSVC08 setup again and installing it, then: copying vcvarsamd64.bat to vcvarsall.bat and adding its directory (C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\) to PATH.... AND IT WORKS! =D