info.plist

python access /Library on macos

python access /Library on macos Question: I am trying to write an install file to the /Library folder if the user doesn’t have it. I can run the code in "sudo python …" and it works. However using pyinstaller and creating a packaged app gives me an Error 13 permission denied. [Errno 13] Permission denied: …

Total answers: 1