1

Python 3.2 tkinter not importing

view story
linux-howto

http://forums.fedoraforum.org – >>> 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? (HowTos)