Skip to content

Error running on linux #8

@eduwxyz

Description

@eduwxyz

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions