tkinter module on a Sgi

Fredrik Lundh effbot at telia.com
Tue May 30 05:40:27 EDT 2000


Maurizio Turatti wrote:
> I installed the python 1.5.2 package from freeware.sgi.com but when I
> import Tkinter it doesn't find the _tkinter module. Should I download
> and compile the source or is the precompiled module "hidden" somewhere
> into the tarball?

Tkinter requires a few external libraries, and is not built by default.  So
if the freeware distribution doesn't explicitly mention tkinter support, it's
probably not included.

for more info, see the "download" and "troubleshooting" sections at:

    http://www.python.org/topics/tkinter/

</F>




More information about the Python-list mailing list