How can install Tkinter on linux.

Phil Fraering pgf at globalreach.net
Sat Mar 17 12:35:24 EST 2001


"rambo" <rambo at linuxsecurity.co.kr> writes:

> Hello,
> 
> How can I install Tkinter on linux.
> I download Tkinter-2.0-8.0.tar.gz, and extract it ( tar xvzf
> Tkinter-2.0-8.0.tar.gz  )

Depending on what version of linux you're using, it's probably
available precompiled somewhere for you. If you're using redhat,
it's probably available somewhere at the redhat site; if you're
using debian, which is what I use, you'd use :

apt-get install python2-tk


-- 
Phil Fraering          "American-style iced tea is the perfect drink for
pgf at globalreach.net     a hot, sunny day. It's never really caught on in
                        the UK, probably because the last time we had a
			hot, sunny day was back in 1957." - Tom Holt
			



More information about the Python-list mailing list