I need to open a png image file and display it. I am able to open the file using PIL
from PIL import Image
f = Image.open("file.png").show()
I am getting a error message: " an error is preventing the video or image from being displayed Error code 0x800706ba
Does anyone know whats going wrong here?