Relative Content

Tag Archive for pythontkinterwritetofile

Error With Permissions to write to file but file is in project dir

I was creating a program to transfer user inputs over discord to do this you needed 2 discord bots so i made a setup file for the tokens this setup file works fine it opens a tk window in which it asked for the data but then it would give me permission error: PermissionError: [Errno 13] Permission denied: 'vars.py' here is my code i am confused in the past when writing to files (in replit) i didnt encounter any permision error’s.