Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3.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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1410276734; bh=Xwn/2eApBepgCcnCJ9aXRatdF68PdwcEBdO6f7ipC78=; h=To:From:Subject:Date:References:In-Reply-To:From; b=BdcrF08xvQQpSiTM1rlSRv04ftRzjsb6L/0juyVDnudN+za4l4p+0rsDcGzsRXuqP 4gUroqtIURnwIRGKe+CEjAiJntsZDTJO3OwmlnkeVzM5RKXKcRI4h5voevvL8NKKH1 P82yAmW8xLT8QXFKY9b2sfKHm7knZLi3Z8jckY5A= X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'yet.': 0.04; 'binary': 0.07; 'source.': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'windows': 0.15; 'exe': 0.16; 'from:name:christian heimes': 0.16; 'installer,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:windows': 0.16; 'from:addr:python.org': 0.16; 'wrote:': 0.18; "hasn't": 0.19; 'install': 0.23; 'header:User-Agent:1': 0.23; 'versions': 0.24; 'compiled': 0.26; 'url:edu': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'michael': 0.29; 'usually': 0.31; '2.6': 0.36; 'christian': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'full': 0.61; 'grab': 0.64; 'provide': 0.64; 'charset:windows-1252': 0.65; 'url:0': 0.67; '3.4': 0.84; 'installer': 0.84; 'nagy': 0.84; 'pycrypto': 0.84; 'url:zip': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Christian Heimes Subject: Re: pycrypto 3.4 binaries for windows x86 Date: Tue, 09 Sep 2014 17:31:52 +0200 References: <540F1277.3090405@shopzeus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 212.12.46.3 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: <540F1277.3090405@shopzeus.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410276735 news.xs4all.nl 2867 [2001:888:2000:d::a6]:36672 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77739 On 09.09.2014 16:45, Nagy László Zsolt wrote: > Where can I find compiled installer for pycrypto for python 3.4 windows > 32bit? Voidspace does not have compiled installers for 3.4, only 3.3. > pip cannot install it because it wants to compile it from source. (I > need a binary installer, and I don't have MSVC.) It is not present at > Gholke's website either ( http://www.lfd.uci.edu/~gohlke/pythonlibs/ ). Michael Ford hasn't had the time to upload my binaries yet. Usually I provide compiled versions of PyCrypto for Windows people. You can grab a full bundle with MSI, EXE and wheels for Python 2.6 to 3.4 from my dropbox: https://www.dropbox.com/s/n6rckn0k6u4nqke/pycrypto-2.6.1.zip?dl=0 Christian