Help, gives an error permissionerror though everything seems to be there and everything is written correctly. The error itself:
Traceback (most recent call last): File "C:\PyTake\PyTake.py", line 46, in <module> ptCallRequestsTroune.__callRequestsMode__() File "C:\PyTake\ptCallRequestsTroune.py", line 20, in __callRequestsMode__ ptRequestsTroune.__requestsMode__() File "C:\PyTake\ptRequestsTroune.py", line 33, in __requestsMode__ ptDefaultCommandsTroune.__procStandartHide__() File "C:\PyTake\ptDefaultCommandsTroune.py", line 50, in __procStandartHide__ logIdentify = open("C:\\Program Files\\PyTake v.1.0\\log\\MAIN_LOG.log", 'a') PermissionError: [Errno 13] Permission denied: 'C:\\Program Files\\PyTake v.1.0\\log\\MAIN_LOG.log' There is a directory, there are files. Why does not want to write ??
