Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98237
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: pycrypto |
| Date | Wed, 4 Nov 2015 19:31:37 +0100 |
| Lines | 31 |
| Message-ID | <mailman.24.1446661906.16136.python-list@python.org> (permalink) |
| References | <003501d116fe$0f502570$2df07050$@web.de> <CALwzid=29_jbtB2hmi1JCmCfBUB_qdemU=PA5nhV8gGtKOn4hA@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | news.uni-berlin.de gulqQ0D7kE0uTvjXMmFNSg/Q80xXb2cQwnANWAsg6jpw== |
| Return-Path | <gandalf@shopzeus.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.019 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'binary': 0.05; ':-(': 0.07; 'versions.': 0.07; 'url:github': 0.09; 'python': 0.10; '3.3.': 0.16; 'happily': 0.16; 'license.': 0.16; 'pypi?': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'sources.': 0.16; 'versions': 0.20; 'minor': 0.22; 'seems': 0.23; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'installed': 0.26; 'question:': 0.29; 'compiled': 0.32; 'usually': 0.33; 'me?': 0.34; 'behind': 0.35; 'question,': 0.35; 'sometimes': 0.35; 'but': 0.36; 'there': 0.36; 'week.': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'why': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'skip:u 10': 0.61; 'charset:windows-1252': 0.62; 'latest': 0.64; 'here': 0.66; 'suited': 0.72; "op's": 0.84; 'pycrypto': 0.84; 'net.': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=shopzeus.com; s=shopzeus_com; t=1446661896; bh=3WEfPh7+pTTvo/XWAjrw422jMr7hKdpw2KLxA6hGl94=; h=Subject:To:References:From:Date:In-Reply-To:From; b=E6xW2m3bso4u5yDFOLKZzXghzBV8wrEcTbEHQB2AqbRJpXfYZPhLl8KV37DNwC+XC TexmAri0LVBiiBvVaFyIhMPkyAWTo60OrOhqf4zjMrUUTT9SGNZpASCOFRgj/pwPko 0D9UbnE+xEVC2AAR0TI8ghaJxneR2REhFS43PWx9DDWdm1oP8shcw61Ffhp6JmRiVf waGQnL0S9YhC/Z2gzEYdSEDLO3uCYS3JBY9SHAXMh2pJqhKI5LOnKoMT3LFK5hljcN PkzfPwwpSIn5CKHZQPxr93+FpLnW8QnMvaRrCTYMTVjI0yvzdB4Uo1nsXiIzCEJfNs JTJKnmqcJBo7g== |
| In-Reply-To | <CALwzid=29_jbtB2hmi1JCmCfBUB_qdemU=PA5nhV8gGtKOn4hA@mail.gmail.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:98237 |
Show key headers only | View raw
Can u give me a suited solution that simply works for me? > http://stackoverflow.com/questions/11405549/how-do-i-install-pycrypto-on-windows Voidspace only has Python 3.3. They are usually behind some minor versions. The only good way to do this is to compile it from sources. Unfortunately, not everbody has an MSVC license... I find it **very** annoying that every time I need to download binary PyCrypto for the latest CPython, I have to search for it on the net. Sometimes it cannot be found for a week. :-( For the OP's question, here is the relevant stackoverflow question: http://stackoverflow.com/questions/32800336/pycrypto-on-python-3-5 And here are some compiled versions that can be downloaded and installed with PIP: https://github.com/sfbahr/PyCrypto-Wheels Why don't we have binary packages for PyCrypto, uploaded to PyPi? It seems that there are persons who can compile it, but there are no official packagers. I would happily do it for others, but I don't have an MSVC license. :-(
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: pycrypto Nagy László Zsolt <gandalf@shopzeus.com> - 2015-11-04 19:31 +0100
csiph-web