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

GUI not showing #3

Open
fabiosangregorio opened this issue Jan 14, 2025 · 1 comment
Open

GUI not showing #3

fabiosangregorio opened this issue Jan 14, 2025 · 1 comment

Comments

@fabiosangregorio
Copy link

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?

image

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
@faytor
Copy link
Owner

faytor commented Jan 14, 2025

Hi,

Could be the Python version you're using !

But first I suggest that you comment the line 179 in gui_functions.py and give it a try

Screenshot 2025-01-14 at 8 07 19 PM

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 )

Screenshot 2025-01-14 at 8 15 44 PM

It just work fine
Screenshot 2025-01-14 at 7 54 59 PM

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