Re: [Python-Dev] Building python 2.7.3 with Visual Studio 2012 (VS11.0)

2012-07-24 Thread Martin v. Löwis
> If building with VS11.0, is there more than just applying the > equivalent VS10.0 patch to also include VS11? I think nobody *really* knows at this point. Microsoft has a tradition of breaking Python with every VS release, by making slight incompatible changes in the C library. With VS 2012, on

Re: [Python-Dev] Building python 2.7.3 with Visual Studio 2012 (VS11.0)

2012-07-24 Thread Brian Curtin
On Tue, Jul 24, 2012 at 1:02 PM, Wim Colgate wrote: > Please forgive me if this is not the prescribed method for asking this > question. > > For various reasons, I would like to build python 2.7.3 from source > using the latest VS tools (VS11.0 is in RC -- which is close enough > for my purposes).

[Python-Dev] Building python 2.7.3 with Visual Studio 2012 (VS11.0)

2012-07-24 Thread Wim Colgate
Please forgive me if this is not the prescribed method for asking this question. For various reasons, I would like to build python 2.7.3 from source using the latest VS tools (VS11.0 is in RC -- which is close enough for my purposes). I have seen the various sub-directories (VC6, VS7.1 and VS8.0)