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

I'm on Windows 11 and had the same problem as isaacbh, the ttk error.  I did the exact same change, and everything is great now.  Thanks for posting your resolution.  I would have never figured this one out on my own.