L
L
Lightcode2015-10-09 22:56:39
Python
Lightcode, 2015-10-09 22:56:39

Why doesn't tkinter python create an interface in this case?

from tkinter import *
import socket
root = Tk()
s = socket.socket()
s.connect(('address',5000)) //an exception is thrown, but why doesn't the interface have time to come up?
root.mainloop()

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question