israel-dryer / ttkbootstrap

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
MIT License
1.78k stars 358 forks source link

ttk bootrap not working properly #545

Open mayur533 opened 4 months ago

mayur533 commented 4 months ago

ttkboottrap versionn 1.10.1

python3 todolist.py Traceback (most recent call last): File "/home/mayur/Mayur/Python/Codsoft Intership/Tasks/Task1 To-Do list/todolist.py", line 2, in import ttkbootstrap as ttk File "/home/mayur/.local/lib/python3.11/site-packages/ttkbootstrap/init.py", line 1, in from ttkbootstrap.style import Style File "/home/mayur/.local/lib/python3.11/site-packages/ttkbootstrap/style.py", line 9, in from PIL import ImageTk, ImageDraw, Image, ImageFont ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/init.py)

rdbende commented 4 months ago

https://stackoverflow.com/a/48170806