Why It Not Showing Output Of My Projects In Python
Anyone Can Help Me To Solve This Problem Or Repl.it Admins Please See Why This Happening
Note :- I Don’t Know English So Much
Why It Not Showing Output Of My Projects In Python
Anyone Can Help Me To Solve This Problem Or Repl.it Admins Please See Why This Happening
Note :- I Don’t Know English So Much
When this happens with the graphical output, it’s often just Replit having some connection issues. If you open the Shell tab and enter kill 1
, this will normally solve the problem.
Also try reloading, that often works.
if this is on a school network and it works on a home network, ask your admin to unblock repl.co
.
Not Working This Method
If Have Another Method Then Tell
also this not working
You’re not seeing the screen that Tkinter should show, I recommend using this code :
import tkinter as tk
window = tk.Tk()
window.title("Hello wold")
window.geometry("300x300")
hello = tk.Label(text="Hello world!")
hello.pack()
button = tk.Button(text="Click me!")
button.pack()
tk.mainloop()
This one does show a screen, so replace it for the code you have!
It’s Tkinter, so it doesn’t need a URL
Never knew that, my bad! But, that code doesn’t work for me, it never does!
That’s so strange, the other code doesn’t work for me, but this one does. If you want to play with Tkinter, I recommend using the Tkinter template!
Same Problem For TKinter On Replit
@replit Please See Your Templates
Works perfectly for me!
Can You Give Me Demo Of Your Project in tkinter
Sorry, but I didn’t do 100 days of code
Create Manually And Send Me Link Of Repl
Okay, Thanks For Replying😊
Repl.it Don’t Have Any Problems In Replit’s Server, Today I See When My Laptop Connected From Airtel Internet Service All Function’s Working Fine But With Jio Internet Service Repl.it Does Not Working Fine
So I Have Problem In My Internet Service