We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the error is in line 94 in tinychat/tinychat/ui/chat.py
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)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
the error is in line 94 in
tinychat/tinychat/ui/chat.py
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)
The text was updated successfully, but these errors were encountered: