MAN1986 / pyamaze

MIT License
75 stars 82 forks source link

Issue with running the code in ubuntu 20 with python3 #1

Closed Beesh1 closed 2 years ago

Beesh1 commented 2 years ago

File "/usr/lib/python3.8/tkinter/init.py", line 2220, in wm_state return self.tk.call('wm', 'state', self._w, newstate) _tkinter.TclError: bad argument "zoomed": must be normal, iconic, or withdrawn

MAN1986 commented 2 years ago

Can you check by removing line number 622 which is : self._win.state('zoomed')

Apparently it seems that state zoomed is not working for ubuntu.

Beesh1 commented 2 years ago

it worked by removing the word 'zoomed' and replacing it with 'normal'