$ python3 image_viewer.py Traceback (most recent call last): File "image_viewer.py", line 12, in <module> from PIL import Image, ImageTk # Pillow ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py) $
$ python3 image_viewer.py
Traceback (most recent call last):
File "image_viewer.py", line 12, in
from PIL import Image, ImageTk # Pillow
ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/init.py)
$