Ask Your Question

Revision history [back]

click to hide/show revision 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.