[Tutor] Trouble importing Paramiko

Steven D'Aprano steve at pearwood.info
Thu Dec 27 13:30:26 CET 2012


On 27/12/12 22:44, Ufuk Eskici wrote:

> Traceback (most recent call last):
>    File "C:\Users\eufuesk\Desktop\ufo.py", line 1, in<module>
>      import paramiko
> ImportError: No module named paramiko


Have you installed paramiko? It is not a standard Python module,
you have to install it first.


-- 
Steven


More information about the Tutor mailing list