After performing a straight-forward install of pyOpenSSL I am getting the following strange import error.  Suggestions appreciated!<div><br></div><div><div># python</div><div>Python 2.6.6 (r266:84292, Dec  7 2011, 20:38:36) </div>
<div>[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2</div><div>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.</div><div>&gt;&gt;&gt; import OpenSSL</div><div>
Traceback (most recent call last):</div><div>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</div><div>  File &quot;OpenSSL/__init__.py&quot;, line 40, in &lt;module&gt;</div><div>    from OpenSSL import crypto</div>
<div>ImportError: cannot import name crypto</div><div><br></div><div><br></div><div><br></div><div>Regards,</div><div>Tom</div><div><br></div><div><br></div></div>