0
Why can't python find pictures? (Tkinter)
couldn't open "/Память устройства/Download/VK/Занятие 4/Доп. материалы/bg_2.png": no such file or directory I looked at the path to this file, inserted it into the code and it gave me this.
4 ответов
+ 1
Try using only ASCII characters in path and filename. No Cyrillic.
Not sure if this helps, but worth a try.
0
what is your question ?
0
The problem is that the file you are trying to open does not exist in the specified location. Make sure that the file is present in the correct directory and try again.
0
I looked at the path to this file, inserted it into the code and it gave me this.