View Single Post
Old 03-02-2022, 01:56 PM   #22
toomuchreading
Groupie
toomuchreading once ate a cherry pie in a record 7 seconds.toomuchreading once ate a cherry pie in a record 7 seconds.toomuchreading once ate a cherry pie in a record 7 seconds.toomuchreading once ate a cherry pie in a record 7 seconds.toomuchreading once ate a cherry pie in a record 7 seconds.toomuchreading once ate a cherry pie in a record 7 seconds.toomuchreading once ate a cherry pie in a record 7 seconds.toomuchreading once ate a cherry pie in a record 7 seconds.toomuchreading once ate a cherry pie in a record 7 seconds.toomuchreading once ate a cherry pie in a record 7 seconds.toomuchreading once ate a cherry pie in a record 7 seconds.
 
toomuchreading's Avatar
 
Posts: 168
Karma: 1720
Join Date: Feb 2009
Location: Canada
Device: PRS-T1
Quote:
Originally Posted by isaacbh View Post
I had to change this line in plugin.py:

Code:
import tkinter.ttk as tkinter_ttk
to

Code:
import tkinter.ttk as ttk
Now it works.

I'm on Windows 11 and had the same problem as isaacbh, the ttk error. I did the exact same change, and everything is great now. Thanks for posting your resolution. I would have never figured this one out on my own.
toomuchreading is offline   Reply With Quote