ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
9.05k stars 831 forks source link

AttributeError: module 'tkinter' has no attribute 'messagebox' #286

Closed AlwaysPP closed 1 year ago

AlwaysPP commented 1 year ago

AttributeError: module 'tkinter' has no attribute 'messagebox'

fbrh67 commented 1 year ago

Hey, I have the same issue.

My Error Message is:

Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python3.9/tkinter/init.py", line 1892, in call return self.func(*args) File "/home/pi/Tkinter-Designer/gui/gui.py", line 63, in btn_clicked response = tk.messagebox.askyesno( AttributeError: module 'tkinter' has no attribute 'messagebox'