Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Sage includes its own private Python install (run sage -python or sage -ipython to get to it). It does not see the OS tkinter install if there is any.

To get tkinter in Sage you just have to install the tk development packages on your host and then compile Sage. This will then compile Sage's own Python with tk enabled.