主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Danielvaina17
活动总数
4
最后的活动
2022年08月18日 14:22
成员加入日期
2022年08月14日 17:09
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(2)
按最近的活动排序
最近的活动
投票数
创建于
2022年08月18日 14:22
humm true bro,thx,i put this code in google page and now runs good,but sorry this coding problem comes from where in your opinion?
社区
PyCharm
s = socket.socket(socket.PF_PACKET,socket.SOCK_RAW,socket.ntohs(0x0800))AttributeError: module 'socket' has no attribute 'PF_PACKET'
0 票
创建于
2022年08月18日 12:50
hi bro thx for your answer i copy this my code and the output from pycharm ok let s go: import sockets= socket.socket(socket.PF_PACKET,socket.SOCK_RAW,socket.ntohs(0*800))while True: packet=s.re...
社区
PyCharm
s = socket.socket(socket.PF_PACKET,socket.SOCK_RAW,socket.ntohs(0x0800))AttributeError: module 'socket' has no attribute 'PF_PACKET'
0 票