[issue43708] Tkinter theme settings object schema is missing

2021-04-02 Thread WHK
New submission from WHK : 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 param

[issue38280] Feature request: Add support to compile to native binary like as golang

2019-09-25 Thread WHK Yan
New submission from WHK Yan : It would be very useful to be able to compile at a low level a complete Python functional script and generate a native binary for each type of operating system and architecture just like golang does. For example: Run script: $ go run script.go Compile script