Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!usenetcore.com!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'x86': 0.07; 'python': 0.09; 'msi': 0.09; 'reinstall': 0.09; 'cc:addr:python-list': 0.10; 'amd': 0.16; 'amd64': 0.16; 'externals': 0.16; 'fine.': 0.16; 'install.': 0.16; 'stuff.': 0.16; 'though)': 0.16; 'unresolved': 0.16; 'wrote:': 0.17; 'intel': 0.17; 'pfxlen:0': 0.17; 'processor': 0.17; '(not': 0.20; 'bit': 0.21; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'correct': 0.28; 'cpu': 0.29; 'source': 0.29; 'probably': 0.29; 'install': 0.29; 'worked': 0.30; 'compatible': 0.30; 'problem': 0.33; 'problem,': 0.35; 'pm,': 0.35; 'visual': 0.36; 'subject:with': 0.36; 'subject:: ': 0.38; 'received:192': 0.39; 'build': 0.39; 'received:192.168': 0.40; 'most': 0.61; 'referred': 0.62; 'header :Reply-To:1': 0.68; 'received:74.208': 0.71; 'reply-to:no real name:2**0': 0.72; 'different.': 0.84; 'pycrypto': 0.84; 'received:74.208.4.194': 0.84 Date: Wed, 22 Aug 2012 14:39:20 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: bikewave Subject: Re: PyCrypto builds neither with MSVC nor MinGW References: <35da69c3-edcc-4466-8a0d-70237c88af3b@qv4g2000pbc.googlegroups.com> <13993807.3661.1331611178050.JavaMail.geo-discussion-forums@pbcgf10> <1345659714032-4986058.post@n6.nabble.com> In-Reply-To: <1345659714032-4986058.post@n6.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:BbA55BtsIkSuf1eU4F2eNwGvgs8uKU031yK+R36tmHH 3l7+O/sIt19UfbePyN05O7lt53PL+72Wz1y5fDESw3NP1RyQEN EXnCW/9fi71aBX640M74BbENFzFRsU67i88GCezvpDkh6oHnv5 kV4JAbBgPBpaROAUiVKtpIRN0soWvQF/NiZIkwYTToUuYBKKtc lmk6q1i3yglXJBXC7PZLn0OiAuFUBFIKt+UbA2NjYZtW0MIUQH OYN9svltVwSCBvERb6rVOrwxRzvTPJ116Wb/9D1l+uJyXOgqHN n9TSIkkBciWK8K4pkwseBi1U4UU8aZ3u6VBOsGJdxXfJOuehQ= = Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: d@davea.name 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345660825 news.xs4all.nl 6910 [2001:888:2000:d::a6]:60006 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27670 On 08/22/2012 02:21 PM, bikewave wrote: > I also had the unresolved externals problem (not the mdir.h problem, though) > and my solution was different. > a) reinstall correct python2.6.4, using an Intel-flavor msi vice > AMD64-flavor > b) source the c:\program files(x86\microsoft visual studio > 9.0\vc\bin\vcvars32.bat > and shazzaaaam the pycrypto build + install worked fine. > My CPU is Intel not AMD so I apparently had a bogus python install. > For most open-software distributions: AMD64 is the 64 bit build for both AMD and Intel. Probably referred to as AMD64 because AMD had a compatible 64 bit processor while Intel was still fooling around with Merced for its 64 bit stuff. X86 is the 32 bit build for both AMD and Intel. -- DaveA