You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I cloned the repo and ran python main.py to run the GUI, but all that appears is an empty window. Am I missing some configuration?
Steps to reproduce:
Clone the repo
Run python main.py
Info:
Mac OS
Python 3.10.9
Logs:
python main.py
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
Error setting icon: couldn't recognize data in image file "/Users/fabs/projects/github/DBCompare/img/icon.png"
2025-01-14 14:50:53.861 python[95187:94892882] +[IMKClient subclass]: chose IMKClient_Modern
2025-01-14 14:50:53.862 python[95187:94892882] +[IMKInputSession subclass]: chose IMKInputSession_Modern
The text was updated successfully, but these errors were encountered:
But first I suggest that you comment the line 179 in gui_functions.py and give it a try
Then look at your Python version you're using.
Try to use a different one on your system that includes an up-to-date version of Tk.
I do have different version on my machine, and only this (global) is working (other version on my system are missing things )
Hi! I cloned the repo and ran
python main.py
to run the GUI, but all that appears is an empty window. Am I missing some configuration?Steps to reproduce:
python main.py
Info:
Logs:
The text was updated successfully, but these errors were encountered: