Here is a bit of my code:
from PIL import Image
image = Image.open('fall-foliage-1740841_640.jpg')
image.show()
The error is when the default photo viewer is started and shows the error
"It looks like the image was moved or renamed"
Restarting doesn't help. I am just starting using PIL and can't find a way round this.
I appreciate any help. Thanks!!!