Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Danielvaina17
Total activity
4
Last activity
August 18, 2022 14:22
Member since
August 14, 2022 17:09
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
August 18, 2022 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?
Community
PyCharm
s = socket.socket(socket.PF_PACKET,socket.SOCK_RAW,socket.ntohs(0x0800))AttributeError: module 'socket' has no attribute 'PF_PACKET'
0 votes
Created
August 18, 2022 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...
Community
PyCharm
s = socket.socket(socket.PF_PACKET,socket.SOCK_RAW,socket.ntohs(0x0800))AttributeError: module 'socket' has no attribute 'PF_PACKET'
0 votes