Tkinter on Silicon Graphics machine?

D

David Lees

Does anyone have advice on installing Tkinter on s Silicon Graphics
machine (under IRIX 6, I think). The SysAdmin at work build Python 2.4.3
for me on the SGI box, but it does not have Tkinter. Are there any
prebuilt distributions for SGI machines that include Tkinter?

TIA

david lees
 
P

petercable

David said:
Does anyone have advice on installing Tkinter on s Silicon Graphics
machine (under IRIX 6, I think). The SysAdmin at work build Python 2.4.3
for me on the SGI box, but it does not have Tkinter. Are there any
prebuilt distributions for SGI machines that include Tkinter?

TIA

david lees

I don't have the disks in front of me now, but I think the freeware
disks included with Irix have Python on them. Otherwise, you could
download it from
http://freeware.sgi.com/Installable/python-2.1.1-sgipl1.html

If you want 2.4, the sysadmin could rebuild Python after installing the
Tcl/Tk libraries (which you will need to use Tkinter anyway.) As long
as libtcl and libtk are in /usr/lib or /usr/local/lib, Tkinter will be
built automatically when Python is built.

Pete
 
D

David Lees

I don't have the disks in front of me now, but I think the freeware
disks included with Irix have Python on them. Otherwise, you could
download it from
http://freeware.sgi.com/Installable/python-2.1.1-sgipl1.html

If you want 2.4, the sysadmin could rebuild Python after installing the
Tcl/Tk libraries (which you will need to use Tkinter anyway.) As long
as libtcl and libtk are in /usr/lib or /usr/local/lib, Tkinter will be
built automatically when Python is built.

Pete

Pete,

Thanks for the advice. This is quite helpful. I will pass this on to
the sysadmin.

David Lees
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top