<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:10.5pt;
        font-family:Consolas;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:Consolas;}
.MsoChpDefault
        {mso-style-type:export-only;}
.MsoPapDefault
        {mso-style-type:export-only;
        mso-margin-top-alt:auto;
        mso-margin-bottom-alt:auto;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoPlainText>I am using the paramiko library to pull a data from a
server using SFTP. It works perfect on a windows xp machine but bugs out a
windows 2003 server. I get the following error:<o:p></o:p></p>
<p class=MsoPlainText>Traceback (most recent call last):<o:p></o:p></p>
<p class=MsoPlainText> File "S:\Temp\ftpBOA.py", line 5, in ?<o:p></o:p></p>
<p class=MsoPlainText> import paramiko<o:p></o:p></p>
<p class=MsoPlainText> File "C:\Python23\lib\paramiko\__init__.py",
line 69, in ?<o:p></o:p></p>
<p class=MsoPlainText> from transport import randpool, SecurityOptions,
Transport<o:p></o:p></p>
<p class=MsoPlainText> File "C:\Python23\lib\paramiko\transport.py",
line 32, in ?<o:p></o:p></p>
<p class=MsoPlainText> from paramiko import util<o:p></o:p></p>
<p class=MsoPlainText> File "C:\Python23\lib\paramiko\util.py", line
31, in ?<o:p></o:p></p>
<p class=MsoPlainText> from paramiko.common import *<o:p></o:p></p>
<p class=MsoPlainText> File "C:\Python23\lib\paramiko\common.py",
line 98, in ?<o:p></o:p></p>
<p class=MsoPlainText> from osrandom import OSRandomPool<o:p></o:p></p>
<p class=MsoPlainText> File "C:\Python23\lib\paramiko\osrandom.py",
line 54, in ?<o:p></o:p></p>
<p class=MsoPlainText> raise ImportError("Cannot find OS entropy
source")<o:p></o:p></p>
<p class=MsoPlainText>ImportError: Cannot find OS entropy source<o:p></o:p></p>
<p class=MsoPlainText><o:p> </o:p></p>
<p class=MsoPlainText>Anyone knows how to solve it ?<o:p></o:p></p>
<p class=MsoPlainText>Mucho Gracias !<o:p></o:p></p>
<p class=MsoPlainText>Tarun Kapoor<o:p></o:p></p>
<p class=MsoPlainText><o:p> </o:p></p>
</div>
<br clear=all> Disclaimer
This e-mail and any attachments is confidential and intended solely for the use of the individual(s) to whom it is addressed. Any views or opinions presented are solely those of the author and do not necessarily represent those of Waterstone Capital Management, L.P and affiliates. If you are not the intended recipient, be advised that you have received this e-mail in error and that any use, dissemination, printing, forwarding or copying of this email is strictly prohibited. Please contact the sender if you have received this e-mail in error. You should also be aware that e-mails are susceptible to interference and you should not assume that the contents of this e-mail originated from the sender above or that they have been accurately reproduced in their original form. Waterstone Capital Management, L.P. and affiliates accepts no responsibility for information, or errors or omissions in this e-mail or use or misuse thereof. If in doubt, please verify the authenticity with the sender.
</body>
</html>