You are not logged in.
Pages: 1
Hello
I've learning Python this time and I wants to try out how good the Python IDLE is. But, if I wants to start it with the command "idle", Python IDLE isn't starting but a text appears in the terminal:
Traceback (most recent call last):
File "/usr/bin/idle", line 3, in <module>
from idlelib.PyShell import main
File "/usr/lib/python2.6/idlelib/PyShell.py", line 14, in <module>
import macosxSupport
File "/usr/lib/python2.6/idlelib/macosxSupport.py", line 6, in <module>
import Tkinter
File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libtk8.5.so: cannot open shared object file: No such file or directory
Who can help me?
PS: Sorry for my bad English I'm German.
Offline
You need to install tk.
Offline
It works. Thanks!
Offline
Pages: 1