neuron icon indicating copy to clipboard operation
neuron copied to clipboard

Error 10038

Open Null1408 opened this issue 7 years ago • 2 comments

i run this in linux and it runs perfect but in windows 7 it doesnt work and gived me scoket error 10038 how can i fix this?

Null1408 avatar Feb 28 '18 17:02 Null1408

Are you sure u translated all linux codes to windows? while 1: socket_list = [sys.stdin, s] read_sockets, write_sockets, error_sockets = select.select(socket_list , [], []) this is linux code

Try while 1: Socket_list = [socket.socket(), s] Read_sockets, write_sockets, error_sockets = select.socket(socket_list , [], [])

m9aabkk avatar Mar 13 '18 19:03 m9aabkk

Once you have translated everyhing it should have no errors showing but u might run into isue that im having :(

m9aabkk avatar Mar 13 '18 19:03 m9aabkk