I've checked that changing in utils.py and picker/wxPickerView.py
import Image
to
from PIL import Image
Metamorphose works with pillow library, and I think it will also work with PIL (also checked in a virtualenv).
Log in to post a comment.