Following the release of crassh; the 1st FAQ was, great how do I make this work on windows?
Steps as follows:
- Download and install Visual Studio C++ 2008 Express
Edition
(do not install SQL) - Install Python 2.7.8 - Select the correct MSI for your architecture
- Download get-pip.py (Don't use Internet Explorer it will mangle the file; use Firefox to download.)
- Open an Administrator command prompt and run
"
c:\Python27\python.exe get-pip.py
" - From the same admin prompt, run
"
C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat
" (for 32bit machines... or for 64bit machines, run "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars64.bat
" - From the same admin prompt, run
"
c:\Python27\Scripts\pip install paramiko
"
And you're done!
#REF: http://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat