[pycrypto] pycrypto Digest, Vol 75, Issue 2
Max Polk
maxpolk at gmail.com
Sun Jun 28 14:58:19 PDT 2015
From: Dave Pawson <dave.pawson at gmail.com>
>
> Thanks Max.
> simple question, which of the n variants of Vis Studio should we install
please?
Successfully tested this just now using pip to install pycrypto in Python 2
and 3.
Install Microsoft Visual Studio Community 2013.
:: Run the batch file to set things
C:\whatever\VisualStudio\Common7\Tools\vsvars32.bat
:: Python 2 expects Microsoft Visual C++ 9.0
set VS90COMNTOOLS=%VS120COMNTOOLS%
C:\whatever\Python2\Scripts\pip2 install pycrypto
:: Python 3 expects Microsoft Visual C++ 10.0
set VS100COMNTOOLS=%VS120COMNTOOLS%
C:\whatever\Python3\Scripts\pip3 install pycrypto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dlitz.net/pipermail/pycrypto/attachments/20150628/09210222/attachment.html>
More information about the pycrypto
mailing list