Hi guys,
I have s4l v6.0 installed on my PC. I would like to develop some python scripts which needs tkinter modules.
I tried to directly import tkinter module, but it shows that "no module named tkinter".
Then, I tried to pip install tkinter in the command prompt window. But it comes up with "Could not find a version that satisfies the requirement tkinter"
It seems that tkinter is already installed with python 3.x versions, but I do not know what is wrong with my installation.