-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Tkinter does not run in 3.13.0 #125179
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
Comments
Works fine for me when installed with the new python.org installer.
Please give exact details of how you got your python binary and exact how you ran it. Note: the triple backticks should enclose code and output but not the template headings and responses. |
Did you install the free-threaded binaries? Tkinter is broken on free-threaded Windows 3.13t: #118973 |
I have been running IDLE on locally built free-threading builds since March 15 this year, so this is a packaging issue.
|
I see this issue when running Python from within a venv:
Running in the base Python install works OK. I'm not running the free-threaded build. I'm testing on Windows 11, though I've seen a report of this on Windows 10 as well. Also worth noting that I ran into this issue with the binary from the python.org installer as well as installing Python via UV. My python.org-installed version is installed for just my user, and I do see the above-mentioned |
@joshburnett Please open a separate issue for failures, if any, that only occur with venv. Reference threads on discuss.python.org if this is claimed. EDIT: Robin Becker opened #125235. Fix in 3.13.1. |
Bug report
Bug description:
I can not use Tkinter in the version of 3.13.0, even if I just import tkinter will have a wrong. I try to run the program on two different laptops, and have the same problem.
from tkinter import *
The text was updated successfully, but these errors were encountered: