Although this is a reasonably well documented problem, I can\'t find a solution.
I cannot import PIL and ImageTK.
Minimal example:
import Tk
After uninstalling pillow and PIL:
pip install image
Fixed this issue.