I\'m using Py2exe to create an executable as a windows service.
When I run the script I get this error:
File \"C:\\TeamCity\\buildAgent\\work\
After two days investigating we found a solution with the help of the IT staff.
The issue arise when py2exe try to modify the executable adding metadata and\or icon.
The root cause? Simple... ANTIVIRUS.
It considers that operation a threat and cause the Access Denied error.
Thank you all!