tkinter not show color
已回答

I want the Button bg show red, so I add the attribute [bg= 'red'],but isn't work
请先登录再写评论。
Hi! I'm afraid button color change is not supported on macOS (corresponding question on stackoverflow). I believe one can use highlightbackground instead of bg as a compromise solution.