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

Program opens but doesn't show words properly #4

Open
tigecyclindamycin opened this issue Jan 27, 2021 · 1 comment
Open

Program opens but doesn't show words properly #4

tigecyclindamycin opened this issue Jan 27, 2021 · 1 comment

Comments

@tigecyclindamycin
Copy link

image
image
image

@krmanik
Copy link
Owner

krmanik commented Jan 27, 2021

After getting search result in Google for the error, there are many solution for the error.

https://apple.stackexchange.com/questions/376165/using-tkinter-with-catalina-how-to-avoid-deprecation-warning
https://stackoverflow.com/questions/61887110/deprecation-warning
https://apple.stackexchange.com/questions/388864/the-system-version-of-tk-is-deprecated

Solution 1:
Add

TK_SILENCE_DEPRECATION=1

in main_for_mac.py
mac

Solution 2:
Changing theme from dark to light might work

Solution 3:
Updating python may also work, if you are not using latest version of python.

Solution 4:
https://programmer.help/blogs/solution-to-the-problem-of-installing-tkinter-module-in-mac.html

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