This does not work
Opened this issue · 0 comments
I get this(in Porcupine):
py dialogs.py
Traceback (most recent call last):
File "C:\Users\johnd\Downloads\Sun-Valley-messageboxes-main\dialogs.py", line 185, in
show_message("No WiFi connection", "Check your connection and try again.")
File "C:\Users\johnd\Downloads\Sun-Valley-messageboxes-main\dialogs.py", line 118, in show_message
return popup(
^^^^^^
File "C:\Users\johnd\Downloads\Sun-Valley-messageboxes-main\dialogs.py", line 110, in popup
dialog.wm_attributes("-type", "dialog")
File "C:\Program Files\Python312\Lib\tkinter_init_.py", line 2051, in wm_attributes
return self.tk.call(args)
^^^^^^^^^^^^^^^^^^
_tkinter.TclError: bad attribute "-type": must be -alpha, -transparentcolor, -disabled, -fullscreen, -toolwindow, or -topmost
The program failed with status 1.
Press Enter to close this window...