Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98237 > unrolled thread
| Started by | Nagy László Zsolt <gandalf@shopzeus.com> |
|---|---|
| First post | 2015-11-04 19:31 +0100 |
| Last post | 2015-11-04 19:31 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: pycrypto Nagy László Zsolt <gandalf@shopzeus.com> - 2015-11-04 19:31 +0100
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
|---|---|
| Date | 2015-11-04 19:31 +0100 |
| Subject | Re: pycrypto |
| Message-ID | <mailman.24.1446661906.16136.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web