scapy icon indicating copy to clipboard operation
scapy copied to clipboard

Compiling code using `pyinstaller`

Open DragonlordNewb opened this issue 2 years ago • 0 comments

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```

DragonlordNewb avatar Apr 30 '23 22:04 DragonlordNewb