Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. >>> t = paramiko.Transport((hostname, port))
  2. >>> t.connect(username=username, password=password)
  3. No handlers could be found for logger "paramiko.transport"
  4. Traceback (most recent call last):
  5. File "<stdin>", line 1, in <module>
  6. File "C:Python27libsite-packagesparamikotransport.py", line 1073, in connect
  7. self.start_client()
  8. File "C:Python27libsite-packagesparamikotransport.py", line 493, in start_client
  9. raise e
  10. ImportError: DLL load failed: %1 is not a valid Win32 application.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement