Re: [python-win32] Building Python-2.7.6 for 64bit Windows

2014-02-03 Thread Tim Roberts
Bharath Ramesh wrote: > On Mon, Feb 3, 2014 at 11:44 AM, Tim Roberts wrote: >> >> The Python ssl module will always use its statically linked library. It >> doesn't care which dynamic libraries are loaded -- the external >> references it needs were already satisfied at link time. > Would it affec

Re: [python-win32] Building Python-2.7.6 for 64bit Windows

2014-02-03 Thread Bharath Ramesh
On Mon, Feb 3, 2014 at 11:44 AM, Tim Roberts wrote: > Bharath Ramesh wrote: >> I am not sure if I am correct in describing what is possibly >> happening. I have OpenSSL statically compiled with Python v0.9.8. I >> have another third party library that uses another version of OpenSSL >> 1.0.1, link

Re: [python-win32] Building Python-2.7.6 for 64bit Windows

2014-02-03 Thread Tim Roberts
Bharath Ramesh wrote: > I am not sure if I am correct in describing what is possibly > happening. I have OpenSSL statically compiled with Python v0.9.8. I > have another third party library that uses another version of OpenSSL > 1.0.1, linked dynamically. My application is dynamically linked with >

Re: [python-win32] Building Python-2.7.6 for 64bit Windows

2014-02-03 Thread Bharath Ramesh
On Fri, Jan 31, 2014 at 10:47 AM, Tim Roberts wrote: > Bharath Ramesh wrote: >> We use numerous third party libraries, one being PyOpenSSL We have >> already rebuilt it with a newer version of OpenSSL. We continue to >> have the same issue. We have some part of the code that make secure >> connect

Re: [python-win32] Building Python-2.7.6 for 64bit Windows

2014-01-31 Thread Tim Roberts
Bharath Ramesh wrote: > We use numerous third party libraries, one being PyOpenSSL We have > already rebuilt it with a newer version of OpenSSL. We continue to > have the same issue. We have some part of the code that make secure > connection using sockets, I think those end up using the ssl module

Re: [python-win32] Building Python-2.7.6 for 64bit Windows

2014-01-30 Thread Bharath Ramesh
>Bharath Ramesh wrote: >> >> I am trying to automate building Python-2.7.6 for our project. The >> reason we are not using a precompiled python is because in our project >> we embed python into our applications address space. Our application >> uses a different version of few of the libraries that

Re: [python-win32] Building Python-2.7.6 for 64bit Windows

2014-01-30 Thread Tim Roberts
Bharath Ramesh wrote: > > I am trying to automate building Python-2.7.6 for our project. The > reason we are not using a precompiled python is because in our project > we embed python into our applications address space. Our application > uses a different version of few of the libraries that Python

[python-win32] Building Python-2.7.6 for 64bit Windows

2014-01-30 Thread Bharath Ramesh
I had initially posted this to python-help and I was pointed to post on this mailing list. I am trying to automate building Python-2.7.6 for our project. The reason we are not using a precompiled python is because in our project we embed python into our applications address space. Our application