-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
tkinter error on windows 11 #590
Comments
Hi @figurenine |
I have the same problem, i tried with Python 3.12.7. I confirmed Tinker is installed. |
Can you try this change in turing-smart-screen-python/configure.py Lines 36 to 46 in 4ca1f5f
by: import tkinter.ttk as ttk
from tkinter import *
from PIL import ImageTk (be careful there is one blank space at the beginning of each line) |
Now it actually loads the configure window (didn't previously). Windows is saying (to my understanding) that the files are untrusted. I unblocked most of the libre-files, and it continue but nothing shows in the screen. C:\Users\Administrator\Documents\turing-smart-screen-python-3.5.0>15.11.2024 14.16.44 [INFO] Loading theme 5inchTheme2Radial from res/themes/5inchTheme2Radial/theme.yaml The above exception was the direct cause of the following exception: Traceback (most recent call last): E: woop,woop,wooooop... Got it working, i used wrong display lol. Tried the default one but my monitor wouldnt support it. |
hi, SOLUTION: Fixed the issues for me. |
Tkinter appears to be installed correctly, but I can't run
python.exe .\configure.py
The text was updated successfully, but these errors were encountered: