run commix with any parameter or no parameters at all
get the error:
Traceback (most recent call last):
File "/nix/store/bmn5h3kcrp7jc1j2qdfcjw48xw92wlgi-commix-3.9/bin/.commix-wrapped", line 6, in <module>
from src.core.main import entry_point
File "/nix/store/bmn5h3kcrp7jc1j2qdfcjw48xw92wlgi-commix-3.9/lib/python3.12/site-packages/src/core/main.py", line 20, in <module>
from src.thirdparty.six.moves import http_client as _http_client
ModuleNotFoundError: No module named 'src.thirdparty.six.moves'
Expected behavior
commix should be able to import the python module six.moves without issues.
Describe the bug
The python module six / six.moves seems to be missing from the package commix. I found the same issue on Kali Linux here: https://gitlab.com/kalilinux/packages/commix/-/issues/2. On Kali the issue was fixed by this commit: https://gitlab.com/kalilinux/packages/commix/-/commit/1947c44d8219ed63b5c0426479c58ead34670fd0
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
commix should be able to import the python module
six.moves
without issues.Notify maintainers
@fabaff
Metadata
Add a :+1: reaction to issues you find important.