I am new to Python & I'm doing a project in which I have to print so many pictures.But when I run the program I'm getting the following error,
IOError: [Errno 2] No such file or directory: 'bg8.png'
I'm sure that the filename is correct and I have all the pictures including 'bg8.png'in my python folder.