[issue20785] Missing symbols in Python27.lib (Windows 64bit)

Victor Lazzarini report at bugs.python.org
Fri Mar 14 19:30:50 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20785>
_______________________________________


More information about the Python-bugs-list mailing list