1

Python2.3.4 for Damnsmall Linux OS version2.4.26 on i686

view story
linux-howto

http://stackoverflow.com – I downloaded the python2.3.tar.gz I installed it and started the interpreter I import Tkinter but get and error message File "/opt/python/lib/python2.3/lib-tk/Tkinter.py", line 38, in ? import _tkinter # If this fails your Python may not be configured for Tk ImportError: No module named _tkinter How do I fix this? (HowTos)