from PIL import ImageTk
报错:ImportError: cannot import name 'ImageTk'
python3解决方法:
sudo apt-get install python3-pil python3-pil.imagetk
https://blog.csdn.net/zhuiyunzhugang/article/details/90136968
from PIL import ImageTk
报错:ImportError: cannot import name 'ImageTk'
python3解决方法:
sudo apt-get install python3-pil python3-pil.imagetk
https://blog.csdn.net/zhuiyunzhugang/article/details/90136968
本文标题:ImportError: cannot import name
本文链接:https://www.haomeiwen.com/subject/zbgxrctx.html
网友评论