>>> import tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python3.2/tkinter/__init__.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: /lib64/libtk8.5.so: file too short
>>>
I have already installed 'tkinter' and 'python3-tools', anybody know how to fix this?