scapy
scapy copied to clipboard
Compiling code using `pyinstaller`
I'm using Pyinstaller to compile some scripts - the compiler runs fine on code without scapy, but I get a cryptic error message when i import it -
argval, argrepr = _get_const_info(arg, constants)
File "C:\Users\...\AppData\Local\Programs\Python\Python310\lib\dis.py", line 292, in _get_const_info
argval = const_list[const_index]
IndexError: tuple index out of range```