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

PhotoImage load doesn't work on MacOS #9

Open
Fogli opened this issue Oct 10, 2024 · 1 comment
Open

PhotoImage load doesn't work on MacOS #9

Fogli opened this issue Oct 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Fogli
Copy link

Fogli commented Oct 10, 2024

the error is in line 94 in tinychat/tinychat/ui/chat.py

# TODO: check if it works on Mac OS             
self.call("wm", "iconphoto", self._w, PhotoImage(file=get_icon_path()))

this is the message

_tkinter.TclError: couldn't recognize data in image file "/.../tinychat/tinychat/tinychat.png"

(I am kind of new in github issues, so I hope that's a good way to present a problem)

@pymike00 pymike00 added the bug Something isn't working label Nov 5, 2024
@pymike00
Copy link
Owner

pymike00 commented Nov 5, 2024

Hello Fogli,

Yes, it absolutely is a good way to present the problem, thanks for your contribution to the project.

I have a MacBook on my way, scheduled for delivery in around 10 days; I will work on the issue then.

In the meantime, if you have found a solution, feel free to share it.

Best regards,
Michele

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants