Closed littlewhitecloud closed 1 year ago
python 3.9.0 tkinter 8.6 It seems that tkinter in python 3.9.0 removed _get_default_root
_get_default_root
was literally just added in 3.9
Your Python installation seems very broken after seeing #52 , #93 and this
From where did you install it?
Have you tried reinstalling it?
Fine I tested on my another computer, it still fails
There is no _get_default_root
function in the python 3.9.0
After checking the __init__.py
of tkinter in python 3.8.0, it still doesn't have _get_default_root
function.
Also 3.9.14 doesn't have _get_default_root function
But there is _get_default_root
function in python 3.10
If I can maybe I will make a pr to fix it. (even it is really small)
@rdbende Can you check it out? I think I am already fix it... (#99)
v2.5.2 is now on Pypi. Thanks!