Estou tentando criar um executável com o py2exe mas tenho este erro:
 
	Traceback (most recent call last): 
	  File "setup.py", line 74, in <module> 
	    windows = [targetForm] 
	  File "C:\Python27\lib\distutils\core.py", line 151, in setup 
	    dist.run_commands() 
	  File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands 
	    self.run_command(cmd) 
	  File "C:\Python27\lib\distutils\dist.py", line 972, in run_command 
	    cmd_obj.run() 
	  File "C:\Python27\lib\site-packages\py2exe\build_exe.py", line 241, in run 
	    self._run() 
	  File "C:\Python27\lib\site-packages\py2exe\build_exe.py", line 314, in _run 
	    self.create_binaries(py_files, extensions, dlls) 
	  File "C:\Python27\lib\site-packages\py2exe\build_exe.py", line 574, in create_binaries 
	    arcname, target.script) 
	  File "C:\Python27\lib\site-packages\py2exe\build_exe.py", line 873, in build_executable 
	    ensure_unicode(python_dll).upper(), 1, False) 
	RuntimeError: BeginUpdateResource: Access is denied.
 
	alguém tem solução?