[New-bugs-announce] [issue43708] Tkinter theme settings object schema is missing

WHK report at bugs.python.org
Fri Apr 2 16:30:08 EDT 2021


New submission from WHK <whk at elhacker.net>:

By example

style = ttk.Style()
style.theme_settings('default', settings={
    '.': []
})

Tkinter settings schema or typed data is missing. By example:

_tkinter.TclError: Invalid state name d

This error message does not provide the missing parameter information, by example expected: "Tupe is required in .::Map background, not dict"

----------
components: Tkinter
messages: 390097
nosy: WHK102
priority: normal
severity: normal
status: open
title: Tkinter theme settings object schema is missing
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43708>
_______________________________________


More information about the New-bugs-announce mailing list