$ python3 /home/crazysid/pipresents/pipresents.py -p pp_mediashow_1p5
Traceback (most recent call last):
File "/home/crazysid/pipresents/pipresents.py", line 31, in
from pp_showmanager import ShowManager
File "/home/crazysid/pipresents/pp_showmanager.py", line 350, in
from pp_menushow import MenuShow
File "/home/crazysid/pipresents/pp_menushow.py", line 4, in
from pp_show import Show
File "/home/crazysid/pipresents/pp_show.py", line 7, in
from PIL import ImageTk
ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/init.py)
From the terminal window type:
i got this:
$ python3 /home/crazysid/pipresents/pipresents.py -p pp_mediashow_1p5 Traceback (most recent call last): File "/home/crazysid/pipresents/pipresents.py", line 31, in
from pp_showmanager import ShowManager
File "/home/crazysid/pipresents/pp_showmanager.py", line 350, in
from pp_menushow import MenuShow
File "/home/crazysid/pipresents/pp_menushow.py", line 4, in
from pp_show import Show
File "/home/crazysid/pipresents/pp_show.py", line 7, in
from PIL import ImageTk
ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/init.py)