Dear Sunil,
could you start an interactive python session with the command python3
, and try to run the following commands:
import PIL.Image
import PIL.ImageTk
They shouldn’t return anything. If they give an error message, that means something wrong with your installation.
Cheers,
David