Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does GraalPython support socket.RAW_SOCKET? #426

Open
billysb opened this issue Sep 30, 2024 · 2 comments
Open

Does GraalPython support socket.RAW_SOCKET? #426

billysb opened this issue Sep 30, 2024 · 2 comments

Comments

@billysb
Copy link

billysb commented Sep 30, 2024

So I have a script that uses socket.RAW_SOCKET to ping other machines. but this doesn't seem available only giving me this:
AttributeError: module 'socket' has no attribute 'SOCK_RAW'

Is this available in graalpython or will i need to find a workaround?
Thanks!

@msimacek
Copy link
Contributor

msimacek commented Oct 2, 2024

Hi. Sorry, raw sockets are not supported at the moment

@billysb
Copy link
Author

billysb commented Oct 2, 2024

Alright no worries. Still mighty impressive how well graalpython runs almost perfectly with my complex project only having small issues like this one.

I'll leave this issue open so other people running into this can find it because I didn't see any other issues about this when searching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants