1 | initial version |
First of all, don't use Tkinter. There are plenty of reasonable GUI toolkits that you could use, but Tk is not one of them.
You extracted the binary tarball, which of course isn't linked to Tkinter. You need to compile from source. If you have the Tk development libraries installed, the compilation of python for Sage will pick up the dependencies.