I am trying to execute TKinter .py file into .exe file with the following command:
pyinstaller.exe --onefile Weather_App.py
In the command prompt, I receive the following error:
PermissionError: [Errno 13] Permission denied: 'C:\Users\Owner\Documents\Python Scripts\TKinter_Projects\Weather_App.spec'
this is the link to a screenshot
Please could anyone help? I tried everything I could. (Please let me know if I need to upload more info, this is my first question).
Thanks all.