Whoops, sent it to only a user and not the list, see my response below:<br><br><div class="gmail_quote">On Nov 30, 2007 1:16 PM, OvermindDL1 <<a href="mailto:overminddl1@gmail.com">overminddl1@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You can run things built in Cygwin out of the Cygwin 'environment' because the cygwin dll is then dynamically linked to the resulting executable (thus bringing the environment with it) allowing it to be run as a normal Windows app.
<div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Nov 30, 2007 10:04 AM, David E. Sallis <<a href="mailto:David.Sallis@noaa.gov" target="_blank">David.Sallis@noaa.gov</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>Andrew Francis said the following on 11/30/2007 9:10 AM:<br><div>> Hello Folks:<br>><br>> I am using client.getPage with a URL that uses the<br>> https protocol. I get the error<br>><br>
> from OpenSSL import SSL<br>> ImportError: No module named OpenSSL<br>><br>> I downloaded the Win32 binary for OpenSSL and<br>> pyOpenSSL. I get the error -<br>><br>> error - Python was build with Visual Studio
7.1 and<br>> extensions need to be built with same version of<br>> compiler, but it isn't installed.<br>><br>> I don't have Visual Studio 7.1. And I used a<br>> pre-compiled Stackless Python binary. Is there an easy
<br>> way to get around this without say, recompiling<br>> Stackless (and compiling OpenSSL) with cygwin gcc?<br>><br><br></div>What you've got here is a versioning problem between your Python interpreter and your *OpenSSL extensions, at the executable/DLL
<br>level. I've run into this myself. In my experience the only way to resolve it is to download the source code and rebuild<br>everything. I've had some success building stuff from source in cygwin, so it's worth a try. ...I'm not sure if you can then run
<br>code built in cygwin outside the cygwin environment.<br><br>--David<br><br>--<br>David E. Sallis, Software Architect<br>General Dynamics Information Technology<br>NOAA Coastal Data Development Center<br>Stennis Space Center, Mississippi
<br>228.688.3805<br><a href="mailto:david.sallis@gdit.com" target="_blank">david.sallis@gdit.com</a><br><a href="mailto:david.sallis@noaa.gov" target="_blank">david.sallis@noaa.gov</a><br>--------------------------------------------
<br>"Better Living Through Software Engineering"
<br>--------------------------------------------<br><div><div></div><div><br>_______________________________________________<br>Stackless mailing list<br><a href="mailto:Stackless@stackless.com" target="_blank">Stackless@stackless.com
</a><br><a href="http://www.stackless.com/mailman/listinfo/stackless" target="_blank">http://www.stackless.com/mailman/listinfo/stackless</a><br></div></div></blockquote></div><br>
</div></div></blockquote></div><br>