Skip to content

Instantly share code, notes, and snippets.

@vitamin
Last active December 18, 2015 23:59
Show Gist options
  • Save vitamin/5865658 to your computer and use it in GitHub Desktop.
Save vitamin/5865658 to your computer and use it in GitHub Desktop.
install
how to ssh in python
using following tools:
https://github.com/dlitz/pycrypto.git
https://github.com/paramiko/paramiko.git
download and install
install pycrypto: problem 1, GMP or MPIR library not found
problem solved
1. GMP or MPIR library not found:
leave it alone; http://stackoverflow.com/questions/8647828/pycrypto-install-by-copying-lib-folder-on-windows7-64bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment