i need a program to open png files. I found this on the internet, but this gives me an error.
from PIL import Image
im = Image.open("D:/foto's/fbshare.png")
im.show()
this is the error:
AttributeError: partially initialized module 'PIL.Image' has no attribute 'open' (most likely due to a circular import)
does anybody have the solution to this problem?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…