http://bugs.winehq.org/show_bug.cgi?id=3591
--- Comment #17 from Bernhard Reiter ockham@raz.or.at 2012-06-03 16:39:24 CDT --- Should've probably tried a more minimal test case.
It's really just more missing DLLs (wxWidgets related, in this case). Upon copying them to the right place, I was able to produce a working NSIS installer, install and run this piece of software. (But I guess retrieving those DLLs is what BindImageEx's job would be.)
(If anyone cares, the software I'm trying this out with is Trelby, found at www.trelby.org and on github -- local branch, though.)
(In reply to comment #16)
FWIW, I just installed the Wine 1.5.5 .deb under Ubuntu 11.10 (amd64) and tried py2exe; unfortunately, it still complains about imagehlp:BindImageEx being a stub. The resulting .exe is missing Python27.dll, which can be fixed by copying it to the same directory, but even then, it won't run. The log then gives a
ImportError: DLL load failed: Modul not found.
It'd be really great to be able to build Windows .exe-cutables for Python code with Wine. Is there any way a Wine noob can help with this?