<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">This is the output, it fails.</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">
<div>Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32</div><div>Type "copyright", "credits" or "license()" for more information.</div><div>>>> import paramiko</div>
<div class="im"><div><br></div><div>Traceback (most recent call last):</div></div><div>  File "<pyshell#0>", line 1, in <module></div><div class="im"><div>    import paramiko</div><div>ImportError: No module named paramiko</div>
<div>>>> </div></div></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">screenshot of search result: <a href="http://i49.tinypic.com/21kmtfp.jpg">http://i49.tinypic.com/21kmtfp.jpg</a></div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I inslatted accoording to this link: <a href="http://vijaymurthy.blogspot.com/2011/03/installing-paramiko-for-windows.html" target="_blank">http://vijaymurthy.blogspot.com/2011/03/installing-paramiko-for-windows.html</a></div>
<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2012/12/27 Steven D'Aprano <span dir="ltr"><<a href="mailto:steve@pearwood.info" target="_blank">steve@pearwood.info</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 27/12/12 23:33, Ufuk Eskici wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
2012/12/27 Steven D'Aprano<<a href="mailto:steve@pearwood.info" target="_blank">steve@pearwood.info</a>><br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On 27/12/12 22:44, Ufuk Eskici wrote:<br>
<br>
  Traceback (most recent call last):<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
    File "C:\Users\eufuesk\Desktop\ufo.<u></u>**py", line 1, in<module><div class="im"><br>
      import paramiko<br>
ImportError: No module named paramiko<br>
</div></blockquote><div class="im">
<br>
Have you installed paramiko? It is not a standard Python module,<br>
you have to install it first.<br>
</div></blockquote>
<br>
<br><div class="im">
Yes, I've installed it. how can I check it?<br>
</div></blockquote>
<br>
You can check it by trying to import it. Since that has failed, there<br>
is a problem with the installation.<br>
<br>
How did you install it?<br>
<br>
What happens if you run the Windows "Find File" command and search<br>
for paramiko? What does it find?<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
-- <br>
Steven<br>
______________________________<u></u>_________________<br>
Tutor maillist  -  <a href="mailto:Tutor@python.org" target="_blank">Tutor@python.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/<u></u>mailman/listinfo/tutor</a><br>
</div></div></blockquote></div><br></div>