I have been working in python Tkinter for a few days and it's been working fine but today when I wrote the code and tried to import the Tkinter module, like this:
from Tkinter import *
It showed me the error that:
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: DLL load failed: The specified module could not be found.
Is there a way to fix this and import Tkinter?