Skip to content

"Image" module not found error #2

@AKAMEDIASYSTEM

Description

@AKAMEDIASYSTEM

Hi, I briefly had trouble using this very helpful script and wanted to share my solution...

Following the instructions exactly, I found I was unable to use the extension because Python could not locate the Image and the ImageOps modules.

Changing the imports line from
import Image
import ImageOps
to
from PIL import Image
from PIL import ImageOps

resolves the issue for me. Thanks for making a super-useful extension!

AKA

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions