I have created a python executable with PyInstaller for macOS (I am working on macOS Big Sur 11.1) which does some stuff including creating files. I uploaded it to a repository. When I download and execute it within the download directory I get this exception:[Errno 30] Read-only file system: 'tmp/t_temp.txt'], but for example if I create a subdirectory in the download folder and move my application inside it works well as well as if I move it in any other folder. Does anyone knows why and how I can solve such a problem?
1.4m articles
1.4m replys
5 comments
57.0k users