I have read in multiple locations that repl.it supports Tkinter. I have tried running this code, or even just the import lines in both normal python and TKinter. I get the same error every time, regardless of anything I have tried.
Error -
Traceback (most recent call last):
File "main.py", line 28, in
from Tkinter import *
ModuleNotFoundError: No module named 'Tkinter'
exit status 1
I am having issues with Tkinter
I have read in multiple locations that repl.it supports Tkinter. I have tried running this code, or even just the import lines in both normal python and TKinter. I get the same error every time, regardless of anything I have tried.
Error -
Traceback (most recent call last):
File "main.py", line 28, in
from Tkinter import *
ModuleNotFoundError: No module named 'Tkinter'
exit status 1
The T in
tkinter
is lowercase.