http://bugs.winehq.org/show_bug.cgi?id=3591
--- Comment #7 from Nerijus Baliunas nerijus@users.sourceforge.net 2007-11-27 13:59:58 --- py2exe author said:
Looking into the py2exe sources: BindImageEx is used to find the binary dependencies
for pyds and dlls images. BindImageEx is only used to 'bind' these images and find out
whether they call the 'PyImport_ImportModule' function, and to find other dlls that
they require.
Is it possible to fix it in py2exe until wine supports BindImage?
No. py2exe does NOT create an invalid image and fixes it with BindImage.