http://bugs.winehq.org/show_bug.cgi?id=3591
Bernhard Reiter ockham@raz.or.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ockham@raz.or.at
--- Comment #16 from Bernhard Reiter ockham@raz.or.at 2012-06-03 16:23:04 CDT --- 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?