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

Linux compatibility #1

Open
meatzie opened this issue Jan 1, 2023 · 0 comments · May be fixed by #3
Open

Linux compatibility #1

meatzie opened this issue Jan 1, 2023 · 0 comments · May be fixed by #3

Comments

@meatzie
Copy link

meatzie commented Jan 1, 2023

Error when launching because of .ico file on Linux environments.

Traceback (most recent call last):
File "/home/meatzie/Code/vgames/vgames/vgames.py", line 1557, in
app = main_window(root)
^^^^^^^^^^^^^^^^^
File "/home/meatzie/Code/vgames/vgames/vgames.py", line 128, in init
master.iconbitmap("vgames.ico")
File "/usr/lib64/python3.11/tkinter/init.py", line 2136, in wm_iconbitmap
return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_tkinter.TclError: bitmap "vgames.ico" not defined

@meatzie meatzie linked a pull request Oct 7, 2023 that will close this issue
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.

1 participant