[Tutor] Trouble importing Paramiko

Hugo Arts hugo.yoshi at gmail.com
Thu Dec 27 14:38:24 CET 2012


On Thu, Dec 27, 2012 at 2:16 PM, Ufuk Eskici <ufukeskici at gmail.com> wrote:

> 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
>
>
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:

python setup.py install

please report results.

Hugo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20121227/5c8ca615/attachment.html>


More information about the Tutor mailing list