[issue12267] Difficult to compile python in Visual Studio 2010 express

2011-06-05 Thread Martin v . Löwis
Martin v. Löwis added the comment: I'm rejecting this patch - it's not the right approach to this problem. If we want to support VS 2010 project files in some form, we should generate them out of the VS 2008 files, similar to the vs9to8 script. The conversion result should definitely support

[issue12267] Difficult to compile python in Visual Studio 2010 express

2011-06-05 Thread Tom Whittock
Tom Whittock added the comment: Ah, in that case it seems my patch isn't particularly useful then. I'd personally like to see Brian Curtins patch applied sooner rather than later, however - 2010 support is very important to me. I'll be running that locally for the meantime, and I guess others

[issue12267] Difficult to compile python in Visual Studio 2010 express

2011-06-05 Thread Brian Curtin
Brian Curtin added the comment: Also, what I meant by "full" (in "fully working") in my message was that the full test suite passes. There are a number of code changes that have to be made, mostly around various constants used, e.g., in the socket module. -- _

[issue12267] Difficult to compile python in Visual Studio 2010 express

2011-06-05 Thread Brian Curtin
Brian Curtin added the comment: We have to have x64 support, and the 2010 express version can now target x64 provided you have the x64 SDK installed. That wasn't true of 2008, but there were some registry/config file messing you could do in order to get x64 support out of 2008. -- _

[issue12267] Difficult to compile python in Visual Studio 2010 express

2011-06-05 Thread Tom Whittock
Tom Whittock added the comment: Wouldn't a full (I assume you mean pro/team edition) 2010 version will include the x64 stuff which will make the express edition unable to load it? -- ___ Python tracker __

[issue12267] Difficult to compile python in Visual Studio 2010 express

2011-06-05 Thread Brian Curtin
Brian Curtin added the comment: I have a fully working VS2010 build that I'm working on getting the ok to contribute from my employer. We may be able to use this for 3.3 but nothing earlier. I started a discussion on the Python-Dev list a few months ago but I don't believe we reached a consen

[issue12267] Difficult to compile python in Visual Studio 2010 express

2011-06-05 Thread Tom Whittock
Tom Whittock added the comment: Fair enough. The reason I added it is because that's the most easily available free compiler for Windows machines at the moment, and due to the lack of x64 support it's not easy to start compiling python with it. It's quite awkward to get earlier express editio

[issue12267] Difficult to compile python in Visual Studio 2010 express

2011-06-05 Thread R. David Murray
R. David Murray added the comment: We don't currently support any flavor of VS2010. Since 2.7 is in bug fix mode only, it is not clear that we will add such support. But since it is a long term maintenance release the rules may be different. -- nosy: +brian.curtin, loewis, r.david.m

[issue12267] Difficult to compile python in Visual Studio 2010 express

2011-06-05 Thread Tom Whittock
New submission from Tom Whittock : The automatic upgrade process included with Microsoft Visual Studio 2010 express is unable to deal with the project files in the python PC folder, due to it not supporting the x64 target. I had to manually edit the project files to remove all references to x6