Access denied using Py2exe

后端 未结 4 1123
后悔当初
后悔当初 2021-01-11 17:52

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\

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-11 18:26

    another possible solution is that you already have a dist folder with files in it - i did (forgot i had already run py2exe). removed the folder and it worked again

提交回复
热议问题