This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Enable Tkinter on Windows ARM
Type: enhancement Stage: needs patch
Components: Tkinter, Windows Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: epaine, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2019-11-20 17:41 by steve.dower, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg357093 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-11-20 17:41
(Split out from issue33125)

We currently do not have ARM/ARM64 builds of Tcl/Tk for Windows, so we cannot enable tkinter on this platform.

When builds of the dependencies become possible (in 8.6.10, apparently), we can enable it again.
msg404101 - (view) Author: E. Paine (epaine) * Date: 2021-10-16 16:44
Does Tk 8.6.11 support WoA? I can't see anything mentioning it...
History
Date User Action Args
2022-04-11 14:59:23adminsetgithub: 83048
2021-10-16 16:44:15epainesetnosy: + epaine
messages: + msg404101
2019-11-20 17:41:21steve.dowercreate