def init_dateSearchButton(): fontemp = font.Font(bo_Frame, size=12, weight='bold') sButton = Button(bo_Frame, font=fontemp, text = "??", command=lambda: searchButtonAction(0)) sButton.place(x=670, y=17)