Hi Guys,
I wrote a Pythonista program for iPad about 3 years ago which imports PIL images which will now not work. My code:
from PIL import Image
im = Image.open('_Image_1')
im.show()
Returns an error:
IOError[Erno2]no such file or directory:'Image'
This a new problem. My image file is still there with all of the images.
Can any of you guys tell me what changed and how do I fix it?
Thanks and take care,
Morgan