When i try to add images on python with using visual studio, Visual studio makes problem like: FileNotFoundError: [Errno 2] No such file or directory:. But when i run the program with python IDLE, the code is running.
Why visual studio makes this problem i cannot figure out. if anyone know can please help me to figure out ( I'm using pillow library for adding images.)