http://bugs.winehq.org/show_bug.cgi?id=3897
------- Additional Comments From jfmedeirosneto@yahoo.com.br 2006-03-05 06:31 ------- When I run "wine c:\Python23\python.exe setup.py py2exe" the following error appears :
fixme:resource:EndUpdateResourceW (0x7a9c6b42,0): stub Traceback (most recent call last): File "setup.py", line 30, in ? data_files=[("res", glob.glob("res\*.*")), File "C:\Python23\lib\distutils\core.py", line 149, in setup dist.run_commands() File "C:\Python23\lib\distutils\dist.py", line 907, in run_commands self.run_command(cmd) File "C:\Python23\lib\distutils\dist.py", line 927, in run_command cmd_obj.run() File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 197, in run self._run() File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 264, in _run self.create_binaries(py_files, extensions, dlls) File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 526, in create_binaries arcname, target.script) File "c:\Python23\Lib\site-packages\py2exe\build_exe.py", line 752, in build_executable add_resource(unicode(exe_path), script_bytes, u"PYTHONSCRIPT", 1, True) RuntimeError: EndUpdateResource: Success
I think this error is caused by "EndUpdateResourceW" method in some dll but I am not know the solution.
Thanks for all....
Joao Francisco Medeiros Neto