0
No module named Tkinter Error
Show me some errors even I install the model do you know how to sol5 https://code.sololearn.com/W4ogbu41SpLA/?ref=app
4 Réponses
+ 4
Are you running it in code playground?
If that is the case, then we can't. GUI Modules are not supported here in SoloLearn editor (except web).
Note: Please only attach links relevant to your question.
0
I have Qpython 3L
I already installed pkgs
And modules
I install tk
But still showing that
No module named ''Tkinter''
0
I write like that below
from tkinter import *
import random
import os
import sys
from tkinter import messagebox
The codes and spelling is correct
0
I think you have to use PC or laptop to code python gui And install tkinter with pip install command.