Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

You really should use the same version of Visual Studio than the one used to 
compile python.
"stdout" points to a FILE object created by your version of the compiler 
(VS2010); it cannot be passed to PyObject_Print(), which uses definitions from 
the VS2008 compiler.

What issue did you encounter when converting the project files to VS2010?

----------
nosy: +amaury.forgeotdarc
resolution:  -> invalid
status: open -> pending

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

Reply via email to