http://bugs.winehq.org/show_bug.cgi?id=3591
infinity0@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infinity0@gmx.com
--- Comment #18 from infinity0@gmx.com 2013-10-15 21:41:45 CDT --- Same results for 1.5.30 - py2exe builds fine but does not include python27.dll, and running the built programs fails. Copying python27.dll to the build directory makes things work.
$ wine --version wine-1.5.30-1
$ PY2EXE_TMPDIR=py2exe-tmp/ wine python setup-client-exe.py py2exe -q running py2exe [..] *** finding dlls needed *** [..] fixme:imagehlp:BindImageEx (7, "C:\Python27\python.exe", "C:\Python27;C:\Python27;C:\windows\system32;C:\windows;C:\windows\system32;C:\windows;C:\Python27;C:\users\infinity0\src\flashproxy;C:\windows\system32\python27.zip;C:\Python27\DLLs;C:\Python27\lib;C:\Python27\lib\plat-win;C:\Python27\lib\lib-tk;C:\Python27;C:\Python27\li"..., (null), 0x431770): stub [..] *** create binaries *** [..]
$ cd py2exe-tmp/dist
$ wine flashproxy-client.exe LoadLibrary(pythondll) failedModule not found. C:\users\infinity0\src\flashproxy\py2exe-tmp\dist\PYTHON27.DLL
$ ln -s /home/infinity0/.wine/harddiskvolume0/windows/system32/python27.dll
$ wine flashproxy-client.exe --help Usage: C:\users\infinity0\src\flashproxy\py2exe-tmp\dist\flashproxy-client.exe --register [LOCAL][:PORT] [REMOTE][:PORT] [..]