Re: [Python-Dev] Compile Python on Windows (OpenSSL)

2015年1月15日 14:00:40 -0800

2015年01月15日 22:39 GMT+01:00 Ryan Gonzalez <[email protected]>:
> http://www.microsoft.com/en-us/download/details.aspx?id=8279 
"Microsoft Windows SDK for Windows 7 and .NET Framework 4"
Are you sure that it is SDK 7.1, and not 7.0?
--
The SDK 7.0 works for Python 2.7 which is compiled with Visual Studio 2008.
I used the SDK 7.1 for Python 3.3 and 3.4 which are compiled with
Visual Studio 2010.
It looks likt SDK 8 is more for Visual Studio 2012.
If you use the wrong SDK, you will depend on a "MSVCRxxx.dll" which is
not provided by Python x.x (ex: MSVCR100.dll for SDK 7.1/Python 3.3 &
3.4).
Victor
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to