-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Python Extension Modules #6349
Comments
That's actually not the full list. This is:
|
Sorry to be clear, that's the list of python-based libs that are imported on top of the ones that are native (part of the C python code). |
It looks like this list isn't accurate,
|
^ to follow up on that, here's a list of all the modules that couldn't load for me:
|
I'll go ahead and document the modules from OJ's list, but without the ones I couldn't load. |
So multiprocessing now imports correctly as of rapid7/metasploit-payloads#57 but clearly there are more that need work. Thanks for compiling this list @wchen-r7. My guess is that some of them won't load because of dependencies on others, so fixing one will result in others getting fixed too. Some might require external work. We'll see. I'll add it to the todo list :) |
@OJ Thanks. Should I leave this issue open after I update the Python Extension doc, or should I close this? |
I think leave it open and assign to me :)
|
ok cool. |
Hi! This issue has been left open with no activity for a while now. We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 30 days since the last update here. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. |
Since you can't submit a pull request to the wiki I'll post it here
https://github.com/rapid7/metasploit-framework/wiki/Python-Extension
It would be nice to have on the Python Extension wiki page a list of the available modules out of the box. As well as a possible way of compiling new ones.
The text was updated successfully, but these errors were encountered: