Quote:
Originally Posted by DiapDealer
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