Python Forum
[split] Function / Arguments / Error Help
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] Function / Arguments / Error Help
#4
(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.
Reply


Messages In This Thread
RE: [split] Function / Arguments / Error Help - by zhixu - Dec-22-2021, 07:11 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020