Brian Curtin <br...@python.org> added the comment:

VS11 opened the VS2010 project fine without doing conversion. Note that this 
just uses VS11 to work with the project in VS2010 mode with the 2010 compiler.

Doing the conversion to VS11's compiler is another thing to consider, although 
probably not until it goes RTM. I just ran the conversion from VS2010 to VS11 
and it just sets "PlatformToolset" to "v110" in all vcxproj files. It didn't 
compile cleanly, having 25 projects succeed and 4 fail, but it was more than 
enough to get python_d.exe to run. A few tests failed, but they're the same as 
the failures on VS2010, so we're not far off from VS11 easily working.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13210>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to