Tkinter not installed

Xavier Martinez xavim at fqingenieria.es
Tue Sep 30 10:04:26 EDT 2003


>   Have a problem in python installation.I have already installed
> python 2.2 in my linux machine,but i guess tkinter packages were not
> selected then.Now i want to use tkinter as an interface for my
> program(actually i wanted to check if my python program written in
> windows side works fine on linux side also).
>     is there any way i can include the tkinter packages?if so where
> can i find those files?

It depends of what linux distribution are you using (you should 
specify it).  If you have a Debian box, simply type (as root):

$ apt-get install python2.2-tk

--
Xavier Martinez






More information about the Python-list mailing list