Victor Lazzarini added the comment:

I don't know how to patch the installer, but here are the commands for someone 
who does. You need gendef and dlltool, which should come with the standard 
mingw64 installation.
>From python27.dll:

$ gendef python27.dll
$ dlltool --as-flags=--64 -m i386:x86-64 -k --output-lib libpython27.a 
--input-def python27.def

----------

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

Reply via email to