On 2017-04-10, jorge.conr...@cptec.inpe.br <jorge.conr...@cptec.inpe.br> 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

Reply via email to