I have a problem that was discussed in this topic I try to build a programm with py2exe, but have an errors EndUpdateResource type:
Traceback (most recent call last):
File "py2exe_setup.py", line 160, in module ]+matplotlib.get_py2exe_datafiles()
File "C:\Python25\Lib\distutils\core.py", line 151, in setup dist.run_commands()
File "C:\Python25\Lib\distutils\dist.py", line 974, in run_commands self.run_commands()
File "C:\Python25\Lib\distutils\dist.py", line 994, in run_command cmd_obj.run()
File "C:\Python25\Lib\site-packages\py2exe\build_exe.py", line 243, in run self._run()
File "C:\Python25\Lib\site-packages\py2exe\build_exe.py", line 312, in _run self.create_binaries(py_files,extensions,dlls)
File "C:\Python25\Lib\site-packages\py2exe\build_exe.py", line 568, in create_binaries arcname,target.script)
File "C:\Python25\Lib\site-packages\py2exe\build_exe.py", line 860, in build_executable add_resource(ensure_unicode(exe_path),script_bytes, u"PYTHONSCRIPT",1,True)
RuntimeError: EndUpdateResource: ╬Єърчрэю т фюёЄєях.
I'm just guessing, that after "EndUpdateResource" follows "Access is denied" ("Отказано в доступе." in russian, something with encoding)
The folk say that this is all antivirus falt. But I disabled the antivirus. It did not help. I'm in system as an administrator. Have no ideas. Help.