[issue9722] PyObject_Print with Visual Studio 2010

Amaury Forgeot d'Arc report at bugs.python.org
Tue Aug 31 14:30:09 CEST 2010


Amaury Forgeot d'Arc <amauryfa at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9722>
_______________________________________


More information about the Python-bugs-list mailing list