View Single Post
Old 08-29-2021, 02:55 AM   #21
isaacbh
Connoisseur
isaacbh makes omelettes without breaking eggs.isaacbh makes omelettes without breaking eggs.isaacbh makes omelettes without breaking eggs.isaacbh makes omelettes without breaking eggs.isaacbh makes omelettes without breaking eggs.isaacbh makes omelettes without breaking eggs.isaacbh makes omelettes without breaking eggs.isaacbh makes omelettes without breaking eggs.isaacbh makes omelettes without breaking eggs.isaacbh makes omelettes without breaking eggs.isaacbh makes omelettes without breaking eggs.
 
Posts: 57
Karma: 98196
Join Date: Mar 2015
Location: Israel
Device: Kobo Aura H20
Quote:
Originally Posted by KevinH View Post
Your python implementation is missing its Tkinter/ttk support.
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.
isaacbh is offline   Reply With Quote