automated comparison tool

Kalos Kalyre dearingj at comcast.net
Wed Sep 21 21:07:53 EDT 2016


On 2016-09-21 08:55, Andrew Clark wrote:
> I reinstalled paramiko and now i'm getting a slighty different error but still says no cryptography.
> 
> Traceback (most recent call last):
>   File "C:\Users\ac40935\workspace\AutoCompare\filecmp.py", line 6, in <module>
>     from paramiko import SSHConfig, SSHClient
>   File "C:\Python35-32\lib\site-packages\paramiko-2.0.2-py3.5.egg\paramiko\__init__.py", line 30, in <module>
>   File "C:\Python35-32\lib\site-packages\paramiko-2.0.2-py3.5.egg\paramiko\transport.py", line 32, in <module>
> ImportError: No module named 'cryptography'

Have you tried installing the cryptography module? I just did a quick
web search for "python cryptography module" and found this site:

https://cryptography.io/en/latest/

which says the module can be installed with pip:

pip install cryptography

-- 
Microblog: https://identi.ca/jdea
Blog: https://theopensource.ninja/

<random quote>

  Cut away the five (lower fetters), abandon the five (remaining fetters),
  and then develop the five (faculties). The bhikkhu who has transcended
  the five fetters is said to be "crossed over the flood". 370

>From the Dhammapada
</random quote>



More information about the Python-list mailing list