Python 3.x
Windowing System is x11
Traceback (most recent call last):
File "/home/alice-desktop-1.3.pyw", line 140, in
ResDivStatus = IntVar(0)
File "/usr/lib/python3.10/tkinter/init.py", line 564, in init
Variable.init(self, master, value, name)
File "/usr/lib/python3.10/tkinter/init.py", line 372, in init
self._root = master._root()
AttributeError: 'int' object has no attribute '_root'
I'm receiving the error above after running: python3 alice-desktop-1.3.pyw
OS: Ubuntu 22.04
Python 3.x
Windowing System is x11
Traceback (most recent call last):
File "/home/alice-desktop-1.3.pyw", line 140, in
ResDivStatus = IntVar(0)
File "/usr/lib/python3.10/tkinter/init.py", line 564, in init
Variable.init(self, master, value, name)
File "/usr/lib/python3.10/tkinter/init.py", line 372, in init
self._root = master._root()
AttributeError: 'int' object has no attribute '_root'
I'm receiving the error above after running: python3 alice-desktop-1.3.pyw
OS: Ubuntu 22.04