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
To make sure that tkinter is available on my laptop, I tried running the following code via the terminal:
Segoe UI is not installed. Python is installed via homebrew. The application was launched according to the instructions for installation via Git (CPU only).
I tried changing the 8th line in main.py by adding root = Tk() at the end after importing Tk as follows: from tkinter import Canvas, Frame, Menu, StringVar, Tk, Toplevel, filedialog, ttk; root = Tk()
After making this change, the error stopped occurring, but then the following error occurred, preventing the application from running:
I have trouble running an application on my MacBook Air M1 (ARM).
System info:
Python version: 3.11.7
macOS version: 14.3 (23D56) (Sonoma)
To make sure that tkinter is available on my laptop, I tried running the following code via the terminal:
Segoe UI is not installed. Python is installed via homebrew. The application was launched according to the instructions for installation via Git (CPU only).
I tried changing the 8th line in main.py by adding
root = Tk()
at the end after importing Tk as follows:from tkinter import Canvas, Frame, Menu, StringVar, Tk, Toplevel, filedialog, ttk; root = Tk()
After making this change, the error stopped occurring, but then the following error occurred, preventing the application from running:
The text was updated successfully, but these errors were encountered: