Skip to content

Instantly share code, notes, and snippets.

@ftao
Created March 29, 2012 06:33
Show Gist options
  • Save ftao/2234158 to your computer and use it in GitHub Desktop.
Save ftao/2234158 to your computer and use it in GitHub Desktop.
install fabric on windows

If you need to install fabric on a windows machine without a compiler . This gist may help (We are assuming your are using python27 , search for corresponding packages if you are not )

Install dependences

Install some dependence using pre-compiled package

Win 32

Download & Install :

pycrypto-2.3.win32-py2.7.exe pywin32-217.win32-py2.7.exe

Links:
http://arquivos.victorjabur.com/python/modules/pycrypto-2.3.win32-py2.7.exe http://downloads.sourceforge.net/project/pywin32/pywin32/Build%20217/pywin32-217.win32-py2.7.exe?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fpywin32%2Ffiles%2Fpywin32%2FBuild%2520217%2F&ts=1333000932&use_mirror=nchc

Win 64

Download & Install :

pycrypto-2.3.win-amd64-py2.7.exe pywin32-217.win-amd64-py2.7.exe

Links:
http://arquivos.victorjabur.com/python/modules/pycrypto-2.3.win-amd64-py2.7.exe http://downloads.sourceforge.net/project/pywin32/pywin32/Build%20217/pywin32-217.win-amd64-py2.7.exe?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fpywin32%2Ffiles%2Fpywin32%2FBuild%2520217%2F&ts=1333000990&use_mirror=nchc

Install fabric using pip

Then run
pip install fabric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment