This is my code for my label
from Tkinter import Tk, BOTH, Canvas, Text,END import Tkinter as tk from ttk import Frame, Button, Style, Label, Entry from tkMessag
The problem is that you are using the ttk Label widget, and it does not support the bg or ft options. You can use background and foreground instead.
Label
bg
ft
background
foreground