E: Unable to locate package python3-pil
E: Unable to locate package python3-imaging-tk
$sudo apt-get remove python3-pillow>>> from PIL import Image, ImageTk
ImportError: cannot import name 'ImageTk'
$ sudo aptitude install python3-pil.imagetk
$ python3 -c "from PIL import ImageTk"
댓글 없음:
댓글 쓰기