mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #113] Permissions error with compiled python file #106
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 @YourKalamity on GitHub (Aug 6, 2020).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/113
I have converted a python file that does work as a regular python file, it downloads a couple of things off the web and moves them around.
However after compiled with auto-py-to-exe, the file falls into a Permission Error when it tries to write to anything
@brentvollebregt commented on GitHub (Aug 7, 2020):
When running your Python script, did you run it with elevated permissions? If so, you also will need to run the executable with elevated permissions.
If you're getting a permission error and don't know why I recommend double-checking what you think is happening and compare it to what is actually happening.
@YourKalamity commented on GitHub (Aug 8, 2020):
I'm not sure why but rerunning auto-py-to-exe fixed it
@ghost commented on GitHub (May 2, 2022):
I had this same issue and elevating permissions didn't work for me...
@brentvollebregt commented on GitHub (May 3, 2022):
@DINOTICK-Dev what is the exception and traceback?