(Dec-21-2021, 09:55 AM)buran Wrote: I would suggest https://realpython.com/python-sockets/hello
recently, when I porting my python code from linux os to windows7, the code running is error, the error is WINerror 10022,but the error is strange. so you know what,please.
the code is:
import socket as s fd = s.socket(s.AF_INET, s.SOCK_RAW, s.IPPROTO_TCP) fd.recvfrom(1024)
buran write Dec-22-2021, 08:37 AM:
Please, use proper tags when post code, traceback, output, etc. This time I have added tags for you.
See BBcode help for more info.
Please, use proper tags when post code, traceback, output, etc. This time I have added tags for you.
See BBcode help for more info.