Actually, there appears to be an issue in the plugin.
It has the following line:
import tkinter.ttk as tkinter_ttk
but then uses ttk.Label and many others references like that instead of tkinter_ttk.Label and etc?
I do not understand how this ever worked?
|