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

Error running on linux #8

Open
eduwxyz opened this issue Apr 10, 2023 · 1 comment
Open

Error running on linux #8

eduwxyz opened this issue Apr 10, 2023 · 1 comment

Comments

@eduwxyz
Copy link

eduwxyz commented Apr 10, 2023

While trying to generate the maze in the linux operating system, I am getting the error: _tkinter. TclError: bad argument "zoomed": must be normal, iconic, or withdrawn

This is happening because zoomed works only for windows.

I tried to open a pull request with the changes but you blocked it. Below is what I suggest doing to stop giving error.

try:
            self._win.state("zoomed")
            self._win.title("PYTHON MAZE WORLD by Learning Orbis")
except:
            self._win.title("PYTHON MAZE WORLD by Learning Orbis")
            self._win.attributes("-fullscreen", True)
@hasanraj3100
Copy link

Hey, I faced the same error. Then I installed this library in a virtual environment and performed the modification you suggested. Now it's totally working. Thanks man!!

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

No branches or pull requests

2 participants