View Single Post
Old 03-15-2022, 03:36 PM   #114
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
If you don't want to wait for the official update, edit plugin.py with a text editor and change line #46 from

Code:
import tkinter.ttk as tkinter_ttk	#Needed for ttk. commands
to:

Code:
import tkinter.ttk as ttk	#Needed for ttk. commands
Doitsu is offline   Reply With Quote