[Tutor] Trouble importing Paramiko

Ufuk Eskici ufukeskici at gmail.com
Thu Dec 27 14:16:46 CET 2012


This is the output, it fails.

Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]
on win32
Type "copyright", "credits" or "license()" for more information.
>>> import paramiko

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import paramiko
ImportError: No module named paramiko
>>>

screenshot of search result: http://i49.tinypic.com/21kmtfp.jpg

I inslatted accoording to this link:
http://vijaymurthy.blogspot.com/2011/03/installing-paramiko-for-windows.html



2012/12/27 Steven D'Aprano <steve at pearwood.info>

> On 27/12/12 23:33, Ufuk Eskici wrote:
>
>> 2012/12/27 Steven D'Aprano<steve at pearwood.info>
>>
>>  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.
>>>
>>
>>
>> Yes, I've installed it. how can I check it?
>>
>
> You can check it by trying to import it. Since that has failed, there
> is a problem with the installation.
>
> How did you install it?
>
> What happens if you run the Windows "Find File" command and search
> for paramiko? What does it find?
>
>
>
>
> --
> Steven
> ______________________________**_________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/**mailman/listinfo/tutor<http://mail.python.org/mailman/listinfo/tutor>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20121227/1cda92a5/attachment-0001.html>


More information about the Tutor mailing list