<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Dec 27, 2012 at 2:16 PM, Ufuk Eskici <span dir="ltr"><<a href="mailto:ufukeskici@gmail.com" target="_blank">ufukeskici@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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><div><br></div><div>Traceback (most recent call last):</div></div></div><div>  File "<pyshell#0>", line 1, in <module></div><div class="im"><div><div>    import paramiko</div><div>ImportError: No module named paramiko</div>


<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" target="_blank">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></blockquote><div><br></div><div style>Looking at that link, the guide doesn't actually install paramiko, it only builds it. try issuing this command in the same folder where you issued the command of step 4:</div>

<div style><br></div><div style>python setup.py install</div><div style><br></div><div style>please report results.</div><div style><br></div><div style>Hugo</div></div></div></div>