On Mon, Jan 06, 2020 at 05:54:02PM -0800, 'Ricksme' via sage-support wrote:
> I am about to build sage 9.0 on opensuse Leap 15.1 and notice that import
> Tkinter works in python 2.7.14 but that import tkinter is required for
> python 3.6.9 (Leap 15.1 installation). The sage 9.0 installation guide
> specifies the (uppercase T) Tkinter which applies to python 2 in my
> installation but sage 9.0 is built with python 3. Is this going to be an
> issue and does someone know about this?
That Tkinter -> tkinter change at py2 -> py3 could have been something
we overlooked, as probably noone involved in Sage releases has any idea
about tkinter.