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
@RhinoRunner
Thanks for the solution. Do you have any idea what is causing this new error? I did try different capitalization this time.
Traceback (most recent call last):
File "main.py", line 9, in
from canvas import Rectangle, CanvasText, Group, Window
ModuleNotFoundError: No module named 'canvas'
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
Thanks for the solution. Do you have any idea what is causing this new error? I did try different capitalization this time.
Traceback (most recent call last):
File "main.py", line 9, in
from canvas import Rectangle, CanvasText, Group, Window
ModuleNotFoundError: No module named 'canvas'
exit status 1