I\'m new to Sockets, please excuse my complete lack of understanding.
I have a server script(server.py):
#!/usr/bin/python import socket #import t
in your server.py file make : host ='192.168.1.94' instead of host = socket.gethostname()
host ='192.168.1.94'
host = socket.gethostname()