View Single Post
Old 10-25-2022, 12:26 AM   #27
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,734
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by DiapDealer View Post
Hmmm... that IS odd. I seem to recall another plugin that had a similar issue (if it wasn't this one).
The InsertImageSVG plugin by the same author had the same problem. Changing the following import in plugin.py fixed the problem with that plugin:

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

Last edited by Doitsu; 10-25-2022 at 12:40 AM.
Doitsu is offline   Reply With Quote