Tkinter in python
Hii!! I want to run Tkinter in Python on live(repl.it), but when i write
" from tkinter import * " and its come with following error :
Traceback (most recent call last):
File "main.py", line 3, in
root = Tk()
File "/usr/local/lib/python3.6/tkinter/init.py", line 2017, in init
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: no display name and no $DISPLAY environment variable
The error message is basically a fancy way of the interpreter saying that tkinter doesn't work on repl.it.
@HappyFakeboulde Thanks Brother
@UmerkkkKhan I'm not your male sibling but okay
@HappyFakeboulde lol
@HappyFakeboulde so how come it works for me?
@Lethdev2019 because you're using the explicit tkinter repl type instead of normal python
when the repl.it developers added support for tkinter, they made it a separate type of repl, which you might have selected
@HappyFakeboulde would normal python functions still work if i have it as tkinter?
Select tkinter templet instead of python templet.
actually the error that you get is basically saying to code the tkinter window
it says Hello wold in the default window (:
When making a repl.it, select TKinter rather than Python.
It is python.
I don't believe TKinter is supported in repl.it yet.
@Geocube101 thanks brother
All you have to do is when you select your language, select Tkinter instead of python.
@LD1 Thank you, God.