mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #240] PermissionError: [Errno 13] Permission denied: #216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @matpsycho on GitHub (Feb 8, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/240
Hi Brent,
I have run auto-py-to-exe as admin from cmd, and in the end an error occured:
PermissionError: [Errno 13] Permission denied: 'Microsoft\Protect\Recovery\Recovery.dat'
Then "Project output will not be moved to output folder Completed"
The program has run successfully, until this error occured today.
Please help me.
@brentvollebregt commented on GitHub (Feb 10, 2022):
Can you provide the whole traceback and exception please?
@matpsycho commented on GitHub (Feb 10, 2022):
Thanks for your attention. I have solved this problem by reinstall the module and I've only saved a screenshot. Hope it could help.

@brentvollebregt commented on GitHub (Feb 10, 2022):
That looks like a bit of an odd file to be accessed - I imagine this file has permissions on it that you cannot get around easily.
Being unable to reproduce this will probably mean that this will be closed.
@matpsycho commented on GitHub (Feb 10, 2022):
Yes, this file is only assessed when run as admin from cmd, if not the file's directory is 'c:/..../AppData/Local/....'
@brentvollebregt commented on GitHub (Feb 15, 2022):
Without getting a full stack trace, there isn't much I can do sorry. If we get more info, I'm happy to re-open.