On 2017-04-10, [email protected] <[email protected]> wrote: > I installed the Pillow in my computer. The I did: > > import Image, ImageMath > > ImportError: No module named Image
Try:
from PIL import Image, ImageMath
--
https://mail.python.org/mailman/listinfo/python-list
