ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py)
Bitte als Erstes überprüfen ob ImageTk korrekt geschrieben ist. Das T wird groß geschrieben das k aber klein.
>>> from PIL import Image
>>> from PIL import ImageTk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py)
Dann überprüfen ob die folgenden Pakete installiert sind:
root# apt-get install python3-pil python3-pil.imagetk