[Cryptography-dev] paramiko.SSHClient cryptography

2019-08-06 Thread Mario Saornil García
Good morning, Sorry the inconveniences. I write because obtained the next exception and I don´t know found solution. The same code works perfectly with python 3.7 and cryptography 2.4.4 but I don´t use python > 3.5 because I need execute my code in a Windows XP. I make different test: 1. py

Re: [Cryptography-dev] paramiko.SSHClient cryptography

2019-08-06 Thread Paul Kehrer
Hi Mario, Before we do anything else please try the following: * Create a new virtualenv * Install the latest paramiko and cryptography into the virtualenv * Run your code in that virtualenv and see if you get the error If you do, please try to reduce the code until you have the minimum number o