On Thu, 22 Sep 2016 01:55 am, Andrew Clark wrote: > I reinstalled paramiko and now i'm getting a slighty different error but > still says no cryptography.
[...] > ImportError: No module named 'cryptography' You appear to be missing a dependency of paramiko. You need to identify which "cryptography" module it relies on, and install it. Start by reading the paramiko documentation and especially look for "requirements" or "dependencies". -- Steve “Cheer up,” they said, “things could be worse.” So I cheered up, and sure enough, things got worse. -- https://mail.python.org/mailman/listinfo/python-list