Python Forum
[Tkinter] ttk-->treeview-->tag_configure() not work over Python3.6 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [Tkinter] ttk-->treeview-->tag_configure() not work over Python3.6 (/thread-32053.html)

Pages: 1 2


RE: ttk-->treeview-->tag_configure() not work over Python3.6 - jojyjoseph - Jul-04-2022

I had this issue with python3.7. I upgraded to python 3.10 and this issue was resolved for me.