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 steve.dower
Recipients Iovan Irinel, brett.cannon, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-07-18.18:17:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468865878.72.0.570381539917.issue27562@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, you can't do that either. Projects including static libraries all need to use the same compiler.

So either build python27.dll separately and dynamically link to it (or just use the one that we build and release, and be careful not to mix up memory or file management functions as they will be incompatible), build everything with VS 9.0, or you'll need help to find a fix.

Most - possibly all - of our volunteers are not going to be willing to go deep on custom Python 2.7 build issues. You're probably going to have to find someone who can offer paid support.
History
Date User Action Args
2016-07-18 18:17:58steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, tim.golden, zach.ware, Iovan Irinel
2016-07-18 18:17:58steve.dowersetmessageid: <1468865878.72.0.570381539917.issue27562@psf.upfronthosting.co.za>
2016-07-18 18:17:58steve.dowerlinkissue27562 messages
2016-07-18 18:17:58steve.dowercreate