centos 6.3 Tkinter and IDLEのインストール
yum install tkinter
yum install python-imaging
yum install python-tools
Text:
[root@bogon /]# python
Python 2.6.6 (r266:84292, Jun 18 2012, 14:10:23)
[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
>>>
[root@bogon /]# idle