-
Notifications
You must be signed in to change notification settings - Fork 90
Description
i am getting error while importing ttk themes and making root= tk.themedTk() .what should i do to overcome this error.
i am getting this error:
Traceback (most recent call last):
File "C:/Users/Ananya/PycharmProject/ananyaprakash/main.py", line 12, in
from ttkthemes import themed_tk as tk
File "C:\Users\Ananya\Anaconda3\lib\site-packages\ttkthemes_init_.py", line 6, in
from ttkthemes.themed_tk import ThemedTk
File "C:\Users\Ananya\Anaconda3\lib\site-packages\ttkthemes\themed_tk.py", line 7, in
from ._widget import ThemedWidget
File "C:\Users\Ananya\Anaconda3\lib\site-packages\ttkthemes_widget.py", line 10, in
from PIL import Image, ImageEnhance
File "C:\Users\Ananya\Anaconda3\lib\site-packages\PIL\Image.py", line 90, in
from . import _imaging as core
ImportError: DLL load failed: The specified module could not be found.