[Bug 3591] py2exe does not work properly

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jul 18 11:51:56 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=3591


erluk at web.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |erluk at web.de




--- Comment #12 from erluk at web.de  2009-07-18 11:51:54 ---
The BindImageEx stub affects cx_Freeze, which also relies on that function to
find DLL dependencies.

Distribution: Gentoo 64-bit
Wine: 1.1.25, built from source via Gentoo's package manager, using mingw32-gcc
et al.
Python: 2.6.2 (http://python.org/ftp/python/2.6.2/python-2.6.2.msi)
cx_Freeze: 4.1
(http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.1.win32-py2.6.msi?download)

The simple_cx_Freeze attachment contains a minimal example of this bug.

Using Windows:

1. python setup.py build
2. The build directory contains all non-system files neccessary to run the test
application, including python26.dll

Using Wine:

1. wine C:\\Path\\To\\Python\\python.exe setup.py build
2. The build directory contains all non-system files neccessary to run the test
application except python26.dll

During the build, there are many 'fixme:imagehlp:BindImageEx: ... stub'
messages.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list