View Single Post
Old 08-29-2021, 02:55 AM   #21
isaacbh
Connoisseur
isaacbh ought to be getting tired of karma fortunes by now.isaacbh ought to be getting tired of karma fortunes by now.isaacbh ought to be getting tired of karma fortunes by now.isaacbh ought to be getting tired of karma fortunes by now.isaacbh ought to be getting tired of karma fortunes by now.isaacbh ought to be getting tired of karma fortunes by now.isaacbh ought to be getting tired of karma fortunes by now.isaacbh ought to be getting tired of karma fortunes by now.isaacbh ought to be getting tired of karma fortunes by now.isaacbh ought to be getting tired of karma fortunes by now.isaacbh ought to be getting tired of karma fortunes by now.
 
Posts: 60
Karma: 201178
Join Date: Mar 2015
Location: Israel
Device: Kobo Aura H20, Kobo Forma
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