Carl Kleffner added the comment:

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.

----------
nosy: +carlkl

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

Reply via email to