This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients Krauzi, amaury.forgeotdarc, lemburg
Date 2010-08-31.12:30:07
SpamBayes Score 0.0029535976
Marked as misclassified No
Message-id <1283257809.88.0.574731489655.issue9722@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-08-31 12:30:09amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, Krauzi
2010-08-31 12:30:09amaury.forgeotdarcsetmessageid: <1283257809.88.0.574731489655.issue9722@psf.upfronthosting.co.za>
2010-08-31 12:30:07amaury.forgeotdarclinkissue9722 messages
2010-08-31 12:30:07amaury.forgeotdarccreate