<div dir="ltr">From: Dave Pawson <<a href="mailto:dave.pawson@gmail.com">dave.pawson@gmail.com</a>><br>><br>> Thanks Max.<br>> simple question, which of the n variants of Vis Studio should we install please?<br><br>Successfully tested this just now using pip to install pycrypto in Python 2 and 3.<br><br>Install Microsoft Visual Studio Community 2013.<br><br>:: Run the batch file to set things<br>C:\whatever\VisualStudio\Common7\Tools\vsvars32.bat<br><br>:: Python 2 expects Microsoft Visual C++ 9.0<br>set VS90COMNTOOLS=%VS120COMNTOOLS%<br>C:\whatever\Python2\Scripts\pip2 install pycrypto<br><br>:: Python 3 expects Microsoft Visual C++ 10.0<br>set VS100COMNTOOLS=%VS120COMNTOOLS%<br>C:\whatever\Python3\Scripts\pip3 install pycrypto</div>