Python 2.7 - ttk module seemingly not working in Windows 8.1
My application's GUI is Tkinter based and it is quite functional. I have been trying to use ttk to make it look more modern. I use Python 2.7 in Windows 8.1. Importing ttk goes without error and coding including ttk in the script runs without error. However, the resulting interface looks almost same as the one done only with Tkinter . This is especially true for the buttons. I tried different ttk styles and they almost look same or some worse than Tkinter-only based interface. Tkversion in my system is 8.5. I have been using ttk that comes as part of Python 2.7 itself. I attempted installing