I tried to create a simple GUI in Python which gets input from the user and execute a shell script based on the user input.
Since it has to call a Shell script, I'm trying to create a GUI in the Python 2.7.6, which is the only version available in Linux Env. I tried to use Tkinter, but its saying ImportError: No module named _tkinter
ImportError: No module named _tkinter
Any alternatives or suggestions would be helpful!