I cannot open some Python scripts that includes files in VS, but in Python IDE without any problem
Hello everyone
Recently i'm having some problems with Visual Studio, i was working with a file that includes some images an a SQLite database, all of them in a workspace, but when i closed it due of some issues, all the Python files that work with the extra files don't open anymore, i receive only this error message
"_tkinter.TclError: couldn't open "example.png": no such file or directory" (Same with database files)
All the files are in the same folder, but i have another folder that includes those same files too, i don't know if that second folder is part of the problem, but when i try to run the files on Python's IDE it runs without any trouble, so i don't know if it's problem of VS, the second folder or anything else