http://bugs.winehq.org/show_bug.cgi?id=3591
David Fraser davidf@sjsoft.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |davidf@sjsoft.com
--- Comment #11 from David Fraser davidf@sjsoft.com 2009-04-24 02:16:38 --- In wine 1.1.9 on Ubuntu 8.04, testing python 2.6.2 and py2exe 0.6.9:
Testing the simple sample included in py2exe: * py2exe seems to run successfully * It displays lots of BindImageEx stub warnings (one included below for reference) * The python26.dll is not copied into the target directory for some reason * If this dll is copied from system32 to the target directory, the simple demo runs successfully under wine
fixme:imagehlp:BindImageEx (7, "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_windows_.pyd", "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx;C:\Python26;C:\windows\system32;C:\windows;C:\windows\system32;C:\windows;C:\Python26\Lib\site-packages\py2exe\samples\simple;Z:\home\davidf\lib\python\Bee-0.0.1-py2.5.egg;Z:\home\davidf\lib\python\pisa-3.0.17-py2.5.egg;Z"..., (null), 0x551770): stub
Testing the singlefile sample included in py2exe: * py2exe fails and you have to manually copy python26.dll to the temporary build directory * after this it produces an exe, but the exe fails to load under Wine with: Runtime Error R6034 An attempt has been made to load the C runtime library incorrectly.