Python 2.7 - ttk module seemingly not working in Windows 8.1

核能气质少年 提交于 2019-12-06 01:15:16

Your question doesn't mention it, but you should also have a "vista" theme available. Try using that theme. You might also try not setting the theme, and rely on the default (which I think should be "vista").

To address your specific questions:

Is there a known problem of Python 2.7's module ttk not playing nice under Windows 8.1?

Not that I am aware of.

Is there a possibility of error in ttk libraries even though it never results in error during import or running code with ttk?

That is highly unlikely, but apparently it's possible.

Do i really need to install pyttk-0.3.2?

No, you don't.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!