When I try to install Tkinter on Centos like this:
yum install python-tkinter
It says:'You need to be root to perform this command'.
then I try this :
sudo yum install python-tkinter
It installed. The problem: It is installed for python2.6.6 but I want to install it for python2.7.
For example:
$python
Python 2.7.6
--
$sudo python
Python 2.6.6