I'm trying to set up Python Imaging Library, but I'm getting an error.
>>> from imaging import Image Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'Image' I've set up Python 3.5.2 on Windows 10. The over-arching goal here is to use an image processing library to analyze some images. I want to do things like count all non-white (or relatively white) pixels, note their positions and then compare with another similar image.
My directory:



from PIL import Image.imaging.pywith elementImageinside ?PILneedsfrom PIL import ImageNo module name 'PIL'imaging? I don't have it inpip.