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 carlkl
Recipients bgilbert, carlkl, jaharkes, mrabarnett, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-06-09.20:18:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433881134.45.0.0435220522394.issue24385@psf.upfronthosting.co.za>
In-reply-to
Content
The most robust way to support a specific mingw-w64 distribution is to copy a python import library generated by this specific toolchain and the provided import library for the corresponding msvcrXX.dll runtime into the libs folder.
This has to be performed by the user with the help of gendef and dlltool. Another atempt is to install and use a specific mingw-toolchain that copies these files into the libs folder during install. Such a toolchain will be provided in the near future as 'mingwpy' toolchain for python2.7-3.4.
History
Date User Action Args
2015-06-09 20:18:54carlklsetrecipients: + carlkl, paul.moore, tim.golden, mrabarnett, python-dev, bgilbert, zach.ware, steve.dower, jaharkes
2015-06-09 20:18:54carlklsetmessageid: <1433881134.45.0.0435220522394.issue24385@psf.upfronthosting.co.za>
2015-06-09 20:18:54carlkllinkissue24385 messages
2015-06-09 20:18:54carlklcreate