Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Beesh1 opened this issue Dec 24, 2021 · 2 comments · May be fixed by #7
Closed

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

Beesh1 opened this issue Dec 24, 2021 · 2 comments · May be fixed by #7

Comments

@Beesh1
Copy link

Beesh1 commented Dec 24, 2021

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
Copy link
Owner

MAN1986 commented Dec 24, 2021

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
Copy link
Author

Beesh1 commented Dec 24, 2021

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

@Beesh1 Beesh1 closed this as completed Dec 24, 2021
adrian0010 added a commit to adrian0010/pyamaze that referenced this issue Oct 24, 2022
@adrian0010 adrian0010 mentioned this issue Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants