Pillow ImportError: No module named Image

Jon Ribbens jon+usenet at unequivocal.eu
Mon Apr 10 10:16:25 EDT 2017


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



More information about the Python-list mailing list