Installed Python from source and cannot import Tkinter - how to install? Installed Python from source and cannot import Tkinter - how to install? tkinter tkinter

Installed Python from source and cannot import Tkinter - how to install?


Install the TCL and Tk development files and rebuild Python.


I solved this by adding '/usr/lib/x86_64-linux-gnu' to lib_dirs in setup.py, then rebuilding python


Have you tried using pip-2.6 install package?