[issue12267] Difficult to compile python in Visual Studio 2010 express
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 x64 before being able to upgrade the project. Included is a mercurial patch against the 2.7 line which adds project files for the 2010 express edition. -- components: Build files: vs2010-express.patch keywords: patch messages: 137693 nosy: Tom.Whittock priority: normal severity: normal status: open title: Difficult to compile python in Visual Studio 2010 express type: feature request versions: Python 2.7 Added file: http://bugs.python.org/file22255/vs2010-express.patch ___ Python tracker <http://bugs.python.org/issue12267> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue12267] Difficult to compile python in Visual Studio 2010 express
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 editions, and of course it costs money to get the pro edititons which would do the automatic upgrade with no trouble. I could make you a 3.x patch for the same thing if you like? I happen to be using 2.7 at work so I just did what I needed. -- ___ Python tracker <http://bugs.python.org/issue12267> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue12267] Difficult to compile python in Visual Studio 2010 express
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 <http://bugs.python.org/issue12267> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue12267] Difficult to compile python in Visual Studio 2010 express
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 could apply my patch if they find themselves in my situation also in the meantime. I had no idea about the x64 support in express - useful info, thanks for that. -- ___ Python tracker <http://bugs.python.org/issue12267> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1195571] simple callback system for Py_FatalError
Changes by Tom Whittock : -- nosy: +Tom.Whittock ___ Python tracker <http://bugs.python.org/issue1195571> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com